Package org.hibernate.cache.spi.entry
This package defines formats for disassembled state kept in the second level cache.
-
Interface Summary Interface Description CacheEntry A cached instance of a persistent classCacheEntryStructure Strategy for how cache entries are "structured" for storing into the cache. -
Class Summary Class Description CollectionCacheEntry Cacheable representation of persistent collectionsReferenceCacheEntryImpl Specialized CacheEntry for storing direct references to entity instances.StandardCacheEntryImpl Standard representation of entity cached data using the "disassembled state".StructuredCacheEntry Structured CacheEntry format for entities.StructuredCollectionCacheEntry Structured CacheEntry format for persistent collections (other than Maps, seeStructuredMapCacheEntry
).StructuredMapCacheEntry Structured CacheEntry format for persistent Maps.UnstructuredCacheEntry Unstructured CacheEntry format (used to store entities and collections).