| Package | Description |
|---|---|
| org.hibernate.cache.spi.access |
Defines contracts for transactional and concurrent access to cached
entity and
collection data. |
| org.hibernate.cache.spi.support |
Package intended for simplifying the worked needed to implement
a caching provider.
|
| org.hibernate.engine.internal |
Support for many of the internal workings of Hibernate.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CollectionDataAccess
Contract for managing transactional and concurrent access to cached collection
data.
|
interface |
EntityDataAccess
Contract for managing transactional and concurrent access to cached entity
data.
|
interface |
NaturalIdDataAccess
Contract for managing transactional and concurrent access to cached naturalId
data.
|
| Modifier and Type | Method and Description |
|---|---|
static Serializable |
CacheHelper.fromSharedCache(SharedSessionContractImplementor session,
Object cacheKey,
CachedDomainDataAccess cacheAccess) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.