站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.4 正式版 API 英文文档

Uses of Interface org.hibernate.cache.entry.CacheEntryStructure (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


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 EntityPersister.getCacheEntryStructure()
          Get the cache structure
 CacheEntryStructure AbstractEntityPersister.getCacheEntryStructure()