| Class | Description |
|---|---|
| OnePerKindCacheManager |
A
LocalCacheManager which uses one cache for all entities, one cache for all associations and one cache for
all id sources. |
| OnePerKindKeyProvider |
Key provider which stores keys by serializing all their attributes into Ehcache.
|
| SerializableAssociationKey |
Used to serialize
AssociationKey objects in Ehcache. |
| SerializableEntityKey |
Used to serialize
EntityKey objects in Ehcache. |
| SerializableIdSourceKey |
Used to serialize
IdSourceKey objects in Ehcache. |
Copyright © 2010-2015 Hibernate. All Rights Reserved.