relationship « Search « JPA Q&A





1. How to search set of tables involving two 1->n relationships    forum.hibernate.org

Greetings... 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.org

Hi 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 in Cliente How can I search Personas with a Cliente relationship?? for example Table Personas ID nombre 1 ...