1. Problem with sorting on child object in Hibernate when order-by is present in .hbm files? stackoverflow.com
|
2. Sorting a Many-to-Many Set in an hbm file forum.hibernate.orgI've found people asking this question but no definitive answer as of yet: I have two tables "speaker" & "speech_topic" plus the join table "speaker_has_topic". Each class has a java.util.Set of the other's type wit a many-to-many relationship since speakers may have multiple topics and topics may have multiple speakers. I display the results on a page with an iterator. I ... |