org.hibernate.cache.spi.entry
Class UnstructuredCacheEntry

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

public class UnstructuredCacheEntry
extends Object
implements CacheEntryStructure

Unstructured CacheEntry format (used to store entities and collections).


Field Summary
static UnstructuredCacheEntry INSTANCE
           
 
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
 

Field Detail

INSTANCE

public static final UnstructuredCacheEntry INSTANCE
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


Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.