Uses of Package
org.hibernate.cache.spi.entry
-
Packages that use org.hibernate.cache.spi.entry 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. -
Classes in org.hibernate.cache.spi.entry used by org.hibernate.cache.spi.entry Class Description CacheEntry A cached instance of a persistent classCacheEntryStructure Strategy for how cache entries are "structured" for storing into the cache.StructuredCollectionCacheEntry Structured CacheEntry format for persistent collections (other than Maps, seeStructuredMapCacheEntry
).StructuredMapCacheEntry Structured CacheEntry format for persistent Maps.UnstructuredCacheEntry Unstructured CacheEntry format (used to store entities and collections). -
Classes in org.hibernate.cache.spi.entry used by org.hibernate.persister.collection Class Description CacheEntryStructure Strategy for how cache entries are "structured" for storing into the cache. -
Classes in org.hibernate.cache.spi.entry used by org.hibernate.persister.entity Class Description CacheEntry A cached instance of a persistent classCacheEntryStructure Strategy for how cache entries are "structured" for storing into the cache.