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

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


org.hibernate.cache.entry
Class UnstructuredCacheEntry

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

public class UnstructuredCacheEntry
extends Object
implements CacheEntryStructure

Author:
Gavin King

Constructor Summary
UnstructuredCacheEntry()
           
 
Method Summary
 Object destructure(Object map, 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

UnstructuredCacheEntry

public UnstructuredCacheEntry()
Method Detail

structure

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

destructure

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