Package | Description |
---|---|
net.sf.ehcache.hibernate.regions |
This package contains region implementations used in Hibernate 3.3 and higher.
|
net.sf.ehcache.hibernate.strategy |
This package contains EhCache specific AccessStrategy implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
EhcacheCollectionRegion
A collection region specific wrapper around an Ehcache instance.
|
class |
EhcacheEntityRegion
An entity region specific wrapper around an Ehcache instance.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
AbstractEhcacheAccessStrategy<T extends EhcacheTransactionalDataRegion>
Ultimate superclass for all Ehcache specific Hibernate AccessStrategy implementations.
|
(package private) class |
AbstractReadWriteEhcacheAccessStrategy<T extends EhcacheTransactionalDataRegion>
Superclass for all Ehcache specific read/write AccessStrategy implementations.
|
Modifier and Type | Field and Description |
---|---|
protected T |
AbstractEhcacheAccessStrategy.region
The wrapped Hibernate cache region.
|