Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 2.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: db2
The generated SQL (show_sql=true):
Debug level Hibernate log excerpt:
Hello...
Can somebody please tell me how to create an association for two tables that need to be joined like substr(table1.field1,4,10) = table2.field1
How can I define that association in Hibernate..?
<one-to-one ..?