1. UserType: how to retrieve column value from related table forum.hibernate.org |
2. UserType prevent FETCH JOIN forum.hibernate.orgHibernate version: JBoss 4.2.2 (Hibernate 3.2.4.sp1, Hibernate EntityManager 3.2.1.GA) Mapping documents: JPA Annotation + Hibernate Annotation Name and version of the database you are using: Postgres 8 We have a existing database which has non-nullable column for foreign key. The existing app (non-hibernate) uses 0 to represent null values. Here is the topic I created for that issue http://forum.hibernate.org/viewtopic.php?t=988730 I'm using ... |