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 classStructuredCacheEntryStructured CacheEntry format for entities.classStructuredCollectionCacheEntryStructured CacheEntry format for persistent collections (other than Maps, seeStructuredMapCacheEntry).classStructuredMapCacheEntryStructured CacheEntry format for persistent Maps.classUnstructuredCacheEntryUnstructured 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 CacheEntryStructureAbstractCollectionPersister. getCacheEntryStructure()CacheEntryStructureCollectionPersister. 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 CacheEntryStructureAbstractEntityPersister.CacheEntryHelper. getCacheEntryStructure()CacheEntryStructureAbstractEntityPersister. getCacheEntryStructure()CacheEntryStructureEntityPersister. getCacheEntryStructure()Get the cache structure
-