Package | Description |
---|---|
org.hibernate.cache.spi |
Defines the Hibernate second level caching SPI.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CollectionRegion
Defines the contract for a cache region which will specifically be used to
store collection data.
|
interface |
EntityRegion
Defines the contract for a cache region which will specifically be used to
store entity data.
|
interface |
NaturalIdRegion
Defines the contract for a cache region which will specifically be used to
store naturalId data.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.