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
Coherence Extension of DomainDataStorageAccess.
Author:
Gunnar Hillert
  • Method Summary

    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 Details

    • afterUpdate

      void afterUpdate(Object key, Object newValue, Object newVersion)
    • unlockItem

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