Uses of Interface
org.hibernate.cache.entry.CacheEntryStructure

Packages that use CacheEntryStructure
org.hibernate.cache.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. 
 

Uses of CacheEntryStructure in org.hibernate.cache.entry
 

Classes in org.hibernate.cache.entry that implement CacheEntryStructure
 class StructuredCacheEntry
           
 class StructuredCollectionCacheEntry
           
 class StructuredMapCacheEntry
           
 class UnstructuredCacheEntry
           
 

Uses of CacheEntryStructure in org.hibernate.persister.collection
 

Methods in org.hibernate.persister.collection that return CacheEntryStructure
 CacheEntryStructure CollectionPersister.getCacheEntryStructure()
          Get the cache structure
 CacheEntryStructure AbstractCollectionPersister.getCacheEntryStructure()
           
 

Uses of CacheEntryStructure in org.hibernate.persister.entity
 

Methods in org.hibernate.persister.entity that return CacheEntryStructure
 CacheEntryStructure AbstractEntityPersister.getCacheEntryStructure()
           
 CacheEntryStructure EntityPersister.getCacheEntryStructure()
          Get the cache structure
 



Copyright © null-null Red Hat Middleware, LLC. All Rights Reserved