Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
[b]Hibernate version:[3.0/b]
[b]Mapping documents:[/b]
[b]Code between sessionFactory.openSession() and session.close():[/b]
[b]Full stack trace of any exception that occurs:[/b]
[b]Name and version of the database you are using:[/b]
[b]The generated SQL (show_sql=true):[/b]
[b]Debug level Hibernate log excerpt:[/b]
I have 3 Tables I need to write the Mapping files and give the relations
[u]table 1[/u] SUBSTANCE
substanceID
ApplicationID
SubmissionID
SubstanceName
Manufacturer Name
[u]table 2[/u] Application
applicationID
ApplicationName
CreatedTS
LastModifiedTS
[u]
table 3[/u] Submission
submissionID
ApplicationID
SubmissionName
createdTS
LastModifiedTS;
for the above tables relation between substance to Application and SUbmission is one to many,
Please any body can send the mapping files and pojos for the above relation
thank You,
shivakumar.T