1. Is there a way in Hibernate to obtain an entity's loaded PersistentCollection without loading the entire entity object first? stackoverflow.comThis 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.comIs 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 |