org.hibernate.cache.entry
Interface CacheEntryStructure

All Known Implementing Classes:
StructuredCacheEntry, StructuredCollectionCacheEntry, StructuredMapCacheEntry, UnstructuredCacheEntry

public interface CacheEntryStructure

Author:
Gavin King

Method Summary
 java.lang.Object destructure(java.lang.Object map, SessionFactoryImplementor factory)
           
 java.lang.Object structure(java.lang.Object item)
           
 

Method Detail

structure

java.lang.Object structure(java.lang.Object item)

destructure

java.lang.Object destructure(java.lang.Object map,
                             SessionFactoryImplementor factory)


Copyright © 2008 Hibernate.org. All Rights Reserved.