Package | Description |
---|---|
org.hibernate.engine.internal |
Support for many of the internal workings of Hibernate.
|
org.hibernate.engine.spi | |
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
Modifier and Type | Method and Description |
---|---|
static Serializable |
CacheHelper.fromSharedCache(SessionImplementor session,
CacheKey cacheKey,
RegionAccessStrategy cacheAccessStrategy) |
Modifier and Type | Method and Description |
---|---|
CacheKey |
SessionDelegatorBaseImpl.generateCacheKey(Serializable id,
Type type,
String entityOrRoleName) |
CacheKey |
SessionImplementor.generateCacheKey(Serializable id,
Type type,
String entityOrRoleName)
Hide the changing requirements of cache key creation.
|
Modifier and Type | Method and Description |
---|---|
CacheKey |
AbstractSessionImpl.generateCacheKey(Serializable id,
Type type,
String entityOrRoleName) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.