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