Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 3.0
Mapping documents:
Code between sessionFactory.openSession() and session.close():
Full stack trace of any exception that occurs:
Name and version of the database you are using:
MSSQL SERVER ENTERPRISEMANAGAER8.0
The generated SQL (show_sql=true):
Debug level Hibernate log excerpt:
Problems with Session and transaction handling?
Read this:
http://hibernate.org/42.html
Hello I have two classes,
1. Class Reports have reportid, reportdescription
2. Class ReportDisplay have reportid, reportname
I want to relate the table,
In UI, i enter reportname, description
in ReportDisplay reportid is a foriegn key of Reports' reportid.
In this case how can I give relation using ejb-persistence api.
Please let me know.
Thanking You.