Package org.hibernate.cache.spi.entry

This package defines formats for disassembled state kept in the second level cache.

See:
          Description

Interface Summary
CacheEntry A cached instance of a persistent class
CacheEntryStructure  
 

Class Summary
CollectionCacheEntry  
ReferenceCacheEntryImpl  
StandardCacheEntryImpl  
StructuredCacheEntry Structured CacheEntry format for entities.
StructuredCollectionCacheEntry Structured CacheEntry format for persistent collections (other than Maps, see StructuredMapCacheEntry).
StructuredMapCacheEntry Structured CacheEntry format for persistent Maps.
UnstructuredCacheEntry Unstructured CacheEntry format (used to store entities and collections).
 

Package org.hibernate.cache.spi.entry Description

This package defines formats for disassembled state kept in the second level cache.



Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.