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 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 cache structure -
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
-