lazy « Test « JPA Q&A





1. Automatic test asserting that a property is really lazy with hibernate    stackoverflow.com

I have to add a lazy=true to a property & i have add a ant task to intrument the class to enable hibernate to make it lazy in my pom. is there ...

2. What's the lazy strategy and how does it work?    stackoverflow.com

I have a problem. I'm learning JPA. I'm using embedded OpenEJB container in unit tests, but only working is @OneToMany(fetch=EAGER). Otherwise is the collection allways null. I haven't found, how the ...