Package org.hibernate.cache.spi.support
Interface DomainDataStorageAccess
- All Superinterfaces:
StorageAccess
- All Known Implementing Classes:
JCacheAccessImpl
,MapStorageAccessImpl
Specialization of
StorageAccess
for domain data regions.-
Method Summary
Modifier and TypeMethodDescriptiondefault void
putFromLoad
(Object key, Object value, SharedSessionContractImplementor session) Specialized form of putting something into the cache in cases where the put is coming from a load (read) from the databaseMethods inherited from interface org.hibernate.cache.spi.support.StorageAccess
clearCache, contains, evictData, evictData, getFromCache, putIntoCache, release, removeFromCache
-
Method Details