Re: [hibernate-dev] Session factory name & clustering

2014-11-10 Thread Scott Marlow
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

Re: [hibernate-dev] Session factory name & clustering

2014-11-10 Thread Steve Ebersole
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.