Package | Description |
---|---|
org.hibernate.engine.internal | |
org.hibernate.engine.spi | |
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
org.hibernate.search.impl |
Modifier and Type | Method and Description |
---|---|
static Serializable |
CacheHelper.fromSharedCache(SessionImplementor session,
CacheKey cacheKey,
RegionAccessStrategy cacheAccessStrategy) |
Modifier and Type | Method and Description |
---|---|
CacheKey |
SessionImplementor.generateCacheKey(Serializable id,
Type type,
String entityOrRoleName)
Hide the changing requirements of cache key creation.
|
CacheKey |
SessionDelegatorBaseImpl.generateCacheKey(Serializable id,
Type type,
String entityOrRoleName) |
Modifier and Type | Method and Description |
---|---|
CacheKey |
AbstractSessionImpl.generateCacheKey(Serializable id,
Type type,
String entityOrRoleName) |
Modifier and Type | Method and Description |
---|---|
CacheKey |
FullTextSessionImpl.generateCacheKey(Serializable id,
Type type,
String entityOrRoleName) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.