Class StructuredCacheEntry

  • All Implemented Interfaces:
    CacheEntryStructure

    public class StructuredCacheEntry
    extends Object
    implements CacheEntryStructure
    Structured CacheEntry format for entities. Used to store the entry into the second-level cache as a Map so that users can more easily see the cached state.
    • Constructor Detail

      • StructuredCacheEntry

        public StructuredCacheEntry​(EntityPersister persister)
        Constructs a StructuredCacheEntry strategy
        Parameters:
        persister - The persister whose data needs to be structured.