Package org.hibernate.cache.spi.entry
package org.hibernate.cache.spi.entry
This package defines formats for disassembled state kept in the second level cache.
-
ClassDescriptionA cached instance of a persistent classStrategy for how cache entries are "structured" for storing into the cache.Cacheable representation of persistent collectionsSpecialized CacheEntry for storing direct references to entity instances.Standard representation of entity cached data using the "disassembled state".Structured CacheEntry format for entities.Structured CacheEntry format for persistent collections (other than Maps, see
StructuredMapCacheEntry
).Structured CacheEntry format for persistent Maps.Unstructured CacheEntry format (used to store entities and collections).