List of usage examples for org.hibernate.cache.internal DefaultCacheKeysFactory createCollectionKey
@Override
public Object createCollectionKey(Object id, CollectionPersister persister, SessionFactoryImplementor factory,
String tenantIdentifier)
From source file:com.mc.hibernate.memcached.strategy.NonStrictReadWriteMemcachedCollectionRegionAccessStrategy.java
License:Apache License
@Override public Object generateCacheKey(Object id, CollectionPersister persister, SessionFactoryImplementor factory, String tenantIdentifier) { return DefaultCacheKeysFactory.createCollectionKey(id, persister, factory, tenantIdentifier); }