On 11/10/2014 07:40 AM, Steve Ebersole wrote:
> It would depend on what is inside the CacheKey, which is the key object
> Hibernate passes to the second-level cache. Usually this situation
> comes up with the identifier Type(s), especially in the case of
> composite identifiers. Some of the Type
It would depend on what is inside the CacheKey, which is the key object
Hibernate passes to the second-level cache. Usually this situation comes
up with the identifier Type(s), especially in the case of composite
identifiers. Some of the Type implementations hold reference to the
SessionFactory.