Hi all,
I have the following 1-to-many bi-direction relationships in my application
equip_type 1-2-many cic-level1 1-2-many cic-level2 1-2-many pwc-code 1-2-many app-code
I've correctly implemented the scafolding code. When i try to save the equip_type the "save" is cascaded only till pwc-code. Though, pwc-code has a collection holding many app-code', the app-codes are not being saved to the database.
I am wondering if there is any limit on the depth of relations in Hibernate.
Thank you in advance!
Hibernate version: 3.1
|