Cascade « Fetch « JPA Q&A





1. How to retrieve the Id of an entity persisted via cascade with JPA    stackoverflow.com

If one has a regular Foo entity and call persist(foo) the @Id is automatically set on the entity. However, if the said Foo entity has a collection of Bars bound to it ...

2. fetching many cascading collections in a outer join    forum.hibernate.org

Hi, I am using Hibernate version 3.1.3. I load some "folder items" through a global outer join and in the returned data, there are some associated data, called sections. Not all sections' associated values are also loaded through this first global outer join. Each section owns a set of element items and each element item owns also a set of synonyms ...

3. Fetch and cascade    forum.hibernate.org