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

StructuredMapCacheEntry (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


org.hibernate.cache.entry
Class StructuredMapCacheEntry

java.lang.Object
  extended byorg.hibernate.cache.entry.StructuredMapCacheEntry
All Implemented Interfaces:
CacheEntryStructure

public class StructuredMapCacheEntry
extends Object
implements CacheEntryStructure

Author:
Gavin King

Constructor Summary
StructuredMapCacheEntry()
           
 
Method Summary
 Object destructure(Object item, SessionFactoryImplementor factory)
           
 Object structure(Object item)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StructuredMapCacheEntry

public StructuredMapCacheEntry()
Method Detail

structure

public Object structure(Object item)
Specified by:
structure in interface CacheEntryStructure

destructure

public Object destructure(Object item,
                          SessionFactoryImplementor factory)
Specified by:
destructure in interface CacheEntryStructure