Uses of Interface
org.hibernate.cache.spi.entry.CacheEntryStructure
Packages that use CacheEntryStructure
Package
Description
This package defines formats for disassembled state kept in the second level cache.
This package abstracts persistence mechanisms for collections.
This package abstracts persistence mechanisms for entities.
-
Uses of CacheEntryStructure in org.hibernate.cache.spi.entry
Classes in org.hibernate.cache.spi.entry that implement CacheEntryStructureModifier and TypeClassDescriptionclass
Structured CacheEntry format for entities.class
Structured CacheEntry format for persistent collections (other than Maps, seeStructuredMapCacheEntry
).class
Structured CacheEntry format for persistent Maps.class
Unstructured CacheEntry format (used to store entities and collections). -
Uses of CacheEntryStructure in org.hibernate.persister.collection
Methods in org.hibernate.persister.collection that return CacheEntryStructureModifier and TypeMethodDescriptionAbstractCollectionPersister.getCacheEntryStructure()
CollectionPersister.getCacheEntryStructure()
Get the structure used to store data into the collection's cache region -
Uses of CacheEntryStructure in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return CacheEntryStructureModifier and TypeMethodDescriptionAbstractEntityPersister.CacheEntryHelper.getCacheEntryStructure()
AbstractEntityPersister.getCacheEntryStructure()
EntityPersister.getCacheEntryStructure()
Get the cache structure