Interface CoherenceStorageAccess

  • All Superinterfaces:
    org.hibernate.cache.spi.support.DomainDataStorageAccess, org.hibernate.cache.spi.support.StorageAccess
    All Known Implementing Classes:
    CoherenceStorageAccessImpl

    public interface CoherenceStorageAccess
    extends org.hibernate.cache.spi.support.DomainDataStorageAccess
    Author:
    Gunnar Hillert
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void afterUpdate​(Object key, Object newValue, Object newVersion)  
      void unlockItem​(Object key, org.hibernate.cache.spi.access.SoftLock lock)  
      • Methods inherited from interface org.hibernate.cache.spi.support.DomainDataStorageAccess

        putFromLoad
      • Methods inherited from interface org.hibernate.cache.spi.support.StorageAccess

        clearCache, contains, evictData, evictData, getFromCache, putIntoCache, release, removeFromCache
    • Method Detail

      • unlockItem

        void unlockItem​(Object key,
                        org.hibernate.cache.spi.access.SoftLock lock)