1. Custom Type inside Hibernate |
2. Use Custom User Type in Id tag forum.hibernate.orgHi, I'am using Hibernate 2.1.8 and working good, but now I have tried to use Custom User Type in ID tag: |
3. |
4. Problem with tag id obligatory in definition class forum.hibernate.orgHi, I have a class in my application that does not have an attribute id, because the primary key for the table in the BD it is generated as a sequence that is updated from the application, and I am not interested in storing this id in the class. In the file .hbm when I write the definition of the class, ... |
5. Id tag forum.hibernate.org |
6. Use of unsaved-value in |