Are there any plans to do this for all kinds of lazy-associations, not just collections? EclipseLink does this for all kinds of lazy-loaded associations, which is great. It opens a read-only connection, outside of the transaction of course.
Finally getting rid of LazyLoadException and not needing to clutter code unnecessary with Hibernate.initialize(), which really just makes code ugly, would be great!
This is great!!
Are there any plans to do this for all kinds of lazy-associations, not just collections? EclipseLink does this for all kinds of lazy-loaded associations, which is great. It opens a read-only connection, outside of the transaction of course.
Finally getting rid of LazyLoadException and not needing to clutter code unnecessary with Hibernate.initialize(), which really just makes code ugly, would be great!
–
Andreas