org.hibernate.cache.entry
Class StructuredCollectionCacheEntry

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

public class StructuredCollectionCacheEntry
extends Object
implements CacheEntryStructure

Author:
Gavin King

Constructor Summary
StructuredCollectionCacheEntry()
           
 
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

StructuredCollectionCacheEntry

public StructuredCollectionCacheEntry()
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


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