1. Hibernate annotation equivalent for |
2. equal method for a class in a set which has a composite-elem forum.hibernate.orgI have a Set of Objects with in a class. That Object belong to Mapping table which has more attributes. (Hibernate manual 8.2. Collections of dependent objects) I created a composite-element which can hold attribute for many to many mapping. I am trying to write equal method to the composite-element class. The problem i have is this class now does not ... |
3. Interesting Problem: Composite ID + Less-Than-Equal-To forum.hibernate.orgPARENT_ID PARENT_CHANGE_ID CHILD_ID 123 1 456 123 2 456 ... CHILD_ID CHILD_CHANGE_ID 456 1 456 3 ... |