Class RedissonCacheKeysFactory

java.lang.Object
org.hibernate.cache.internal.DefaultCacheKeysFactory
org.redisson.hibernate.RedissonCacheKeysFactory
All Implemented Interfaces:
org.hibernate.cache.spi.CacheKeysFactory

public class RedissonCacheKeysFactory extends org.hibernate.cache.internal.DefaultCacheKeysFactory
Author:
Nikita Koksharov
  • Field Summary

    Fields inherited from class org.hibernate.cache.internal.DefaultCacheKeysFactory

    INSTANCE, SHORT_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    createCollectionKey(Object id, org.hibernate.persister.collection.CollectionPersister persister, org.hibernate.engine.spi.SessionFactoryImplementor factory, String tenantIdentifier)
     

    Methods inherited from class org.hibernate.cache.internal.DefaultCacheKeysFactory

    createEntityKey, createNaturalIdKey, getCollectionId, getEntityId, getNaturalIdValues, staticCreateCollectionKey, staticCreateEntityKey, staticCreateNaturalIdKey, staticGetCollectionId, staticGetEntityId, staticGetNaturalIdValues

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RedissonCacheKeysFactory

      public RedissonCacheKeysFactory(Codec codec)
  • Method Details

    • createCollectionKey

      public Object createCollectionKey(Object id, org.hibernate.persister.collection.CollectionPersister persister, org.hibernate.engine.spi.SessionFactoryImplementor factory, String tenantIdentifier)
      Specified by:
      createCollectionKey in interface org.hibernate.cache.spi.CacheKeysFactory
      Overrides:
      createCollectionKey in class org.hibernate.cache.internal.DefaultCacheKeysFactory