1. Enum mapping and criteria stackoverflow.comI have two entities: "Parent" & "Child" Child is mapped in Parent like this: Code:
|
2. Querying Hibernate Parent/Child with Subquery Criteria stackoverflow.comEDIT: relevant: https://forum.hibernate.org/viewtopic.php?f=1&t=946236&start=0 but still no solution there. I have a parent/child relationship. The parent maps a set of string tags. The simplified DDL:
|