Package | Description |
---|---|
org.hibernate.cache.internal |
Internal implementations and support for second-level caching.
|
org.hibernate.cache.spi |
Defines the Hibernate second level caching SPI.
|
org.hibernate.cache.spi.access |
Defines contracts for transactional and concurrent access to cached
entity and
collection data. |
Modifier and Type | Method and Description |
---|---|
EntityRegion |
NoCachingRegionFactory.buildEntityRegion(String regionName,
Properties properties,
CacheDataDescription metadata) |
Modifier and Type | Method and Description |
---|---|
EntityRegion |
RegionFactory.buildEntityRegion(String regionName,
Properties properties,
CacheDataDescription metadata)
Build a cache region specialized for storing entity data.
|
Modifier and Type | Method and Description |
---|---|
EntityRegion |
EntityRegionAccessStrategy.getRegion()
Get the wrapped entity cache region
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.