| Package | Description |
|---|---|
| org.hibernate.cache.infinispan | |
| org.hibernate.cache.infinispan.naturalid | |
| org.hibernate.cache.internal | |
| 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 |
InfinispanRegionFactory.buildNaturalIdRegion(String regionName,
Properties properties,
CacheDataDescription metadata) |
| Modifier and Type | Class and Description |
|---|---|
class |
NaturalIdRegionImpl |
| 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 © 2012 JBoss by Red Hat. All Rights Reserved.