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 |
---|---|
NaturalIdRegion |
NoCachingRegionFactory.buildNaturalIdRegion(String regionName,
Properties properties,
CacheDataDescription metadata) |
Modifier and Type | Method and Description |
---|---|
NaturalIdRegion |
RegionFactory.buildNaturalIdRegion(String regionName,
Properties properties,
CacheDataDescription metadata)
Build a cache region specialized for storing NaturalId to Primary Key mappings.
|
Modifier and Type | Method and Description |
---|---|
NaturalIdRegion |
NaturalIdRegionAccessStrategy.getRegion()
Get the wrapped naturalId cache region
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.