@Julien Yes, although with Hibernate 4.2. The patch fixes the LazyInitializationException for cases where the dependency association can be found from cache. But if the dependency association has expired from the cache (and the query has not) it will act just like before, creating a proxy for the dependency association and thus in detached state causing a LazyInitializationException during proxy access.
|