Uses of Interface
org.hibernate.cache.spi.entry.CacheEntryStructure
-
Packages that use CacheEntryStructure Package Description org.hibernate.cache.spi.entry org.hibernate.persister.collection org.hibernate.persister.entity -
-
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 cache structure -
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
-