| 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 the persistence mechanism for collections. 
 | 
| org.hibernate.persister.entity | 
 
        This package abstracts persistence mechanisms for
        entities, and defines the Hibernate runtime
        metamodel. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
StructuredCacheEntry
Structured CacheEntry format for entities. 
 | 
class  | 
StructuredCollectionCacheEntry
Structured CacheEntry format for persistent collections (other than Maps, see  
StructuredMapCacheEntry). | 
class  | 
StructuredMapCacheEntry
Structured CacheEntry format for persistent Maps. 
 | 
class  | 
UnstructuredCacheEntry
Unstructured CacheEntry format (used to store entities and collections). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CacheEntryStructure | 
AbstractCollectionPersister.getCacheEntryStructure()  | 
CacheEntryStructure | 
CollectionPersister.getCacheEntryStructure()
Get the cache structure 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CacheEntryStructure | 
EntityPersister.getCacheEntryStructure()
Get the cache structure 
 | 
CacheEntryStructure | 
AbstractEntityPersister.getCacheEntryStructure()  | 
CacheEntryStructure | 
AbstractEntityPersister.CacheEntryHelper.getCacheEntryStructure()  | 
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.