Class StructuredCacheEntry

java.lang.Object
org.hibernate.cache.spi.entry.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.
  • Field Details

  • Constructor Details

    • StructuredCacheEntry

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