接口 DomainDataStorageAccess
-
- 所有超级接口:
StorageAccess
public interface DomainDataStorageAccess extends StorageAccess
Specialization of StorageAccess for domain data regions- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 默认方法 修饰符和类型 方法 说明 default voidputFromLoad(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 database-
从接口继承的方法 org.hibernate.cache.spi.support.StorageAccess
clearCache, contains, evictData, evictData, getFromCache, putIntoCache, release, removeFromCache
-
-
-
-
方法详细资料
-
putFromLoad
default 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 database
-
-