PersistentCollection « Load « JPA Q&A





1. Is there a way in Hibernate to obtain an entity's loaded PersistentCollection without loading the entire entity object first?    stackoverflow.com

This is a puzzler! :D Is there a way to force Hibernate to load a collection for an entity without loading the entire entity first? Let m explain better. I have a Role ...

2. Get a lazy PersistentCollection without a database call    stackoverflow.com

Is there a way to get a Collection property of an entity when you already know the id of the parent entity and you also know that the entity actually exists ...

3. Loaded state of PersistentCollection    forum.hibernate.org