1. How to search set of tables involving two 1->n relationships forum.hibernate.orgGreetings... I am trying to use Hibernate's Criteria query API to search against a set of tables with the following relationships: * A course can be offered in a particular year, managed in the OFFERING table * A course can have one or more subject code/course number representations, managed in the PROGRAM_OFFERING table * A course can have one or more ... |
2. Search with Criteria in a one-to-one Relationship forum.hibernate.orgHi people... I need to search with Criteria the Personas with a Cliente relationship... my tables are Persona - id - nombre Cliente - id (Fk of Persona) - creditLimit the HBMs are in Persona |