AmirH. wrote:
Hibernate version:
2.3.1
Mapping documents:
<many-to-one column="SELLER_PARTNERSHIP_ID" name="partnership" not-null="true" class="com.notiva.cbo.buyer.data.partnership.SellerPartnershipImpl" />
Code between sessionFactory.openSession() and session.close():
Full stack trace of any exception that occurs:
Name and version of the database you are using:
Debug level Hibernate log excerpt:
How do you implement lazy loading for many-to-one, one-to-many and property mappings ? I can't use lazy=true because it fails DTD validation.
Thanks!!