collection « Oracle « JPA Q&A





1. Oracle and lazy collections    forum.hibernate.org

Hi. I'm quiet new to Hibernate, so this may be some misunderstanding. I'm using version 3.0.3. All associations are lazy. In spite of that Hibernate loads not only the object I want to retrieve from Oracle, but recursively all objects associated with it. I've investigated the code. The constructor of org.hibernate.type.EntityType has a parameter "eager", which is in my case "true". ...