Package org.hibernate.engine.internal
Class CacheHelper
java.lang.Object
org.hibernate.engine.internal.CacheHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
addBasicValueToCacheKey
(MutableCacheKeyBuilder cacheKey, Object value, JdbcMapping jdbcMapping, SharedSessionContractImplementor session) static Object
fromSharedCache
(SharedSessionContractImplementor session, Object cacheKey, CollectionPersister persister, CachedDomainDataAccess cacheAccess) static Object
fromSharedCache
(SharedSessionContractImplementor session, Object cacheKey, EntityPersister persister, boolean isNaturalKey, CachedDomainDataAccess cacheAccess) static Object
fromSharedCache
(SharedSessionContractImplementor session, Object cacheKey, EntityPersister persister, CachedDomainDataAccess cacheAccess)
-
Method Details