org.hibernate.cache.entry
Class UnstructuredCacheEntry

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

public class UnstructuredCacheEntry
extends java.lang.Object
implements CacheEntryStructure

Author:
Gavin King

Constructor Summary
UnstructuredCacheEntry()
           
 
Method Summary
 java.lang.Object destructure(java.lang.Object map, SessionFactoryImplementor factory)
           
 java.lang.Object structure(java.lang.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 java.lang.Object structure(java.lang.Object item)
Specified by:
structure in interface CacheEntryStructure

destructure

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


Copyright © 2008 Hibernate.org. All Rights Reserved.