Uses of Interface
org.hibernate.cache.spi.entry.CacheEntryStructure
-
Packages that use CacheEntryStructure Package Description org.hibernate.cache.spi.entry This package defines formats for disassembled state kept in the second level cache.org.hibernate.persister.collection This package abstracts persistence mechanisms for collections.org.hibernate.persister.entity 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 CacheEntryStructure Modifier and Type Class Description class
StructuredCacheEntry
Structured CacheEntry format for entities.class
StructuredCollectionCacheEntry
Structured CacheEntry format for persistent collections (other than Maps, seeStructuredMapCacheEntry
).class
StructuredMapCacheEntry
Structured CacheEntry format for persistent Maps.class
UnstructuredCacheEntry
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 CacheEntryStructure Modifier and Type Method Description CacheEntryStructure
AbstractCollectionPersister. getCacheEntryStructure()
CacheEntryStructure
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 CacheEntryStructure Modifier and Type Method Description CacheEntryStructure
AbstractEntityPersister.CacheEntryHelper. getCacheEntryStructure()
CacheEntryStructure
AbstractEntityPersister. getCacheEntryStructure()
CacheEntryStructure
EntityPersister. getCacheEntryStructure()
Get the cache structure
-