public class UnstructuredCacheEntry extends java.lang.Object implements CacheEntryStructure
| Modifier and Type | Field and Description |
|---|---|
static UnstructuredCacheEntry |
INSTANCE
Access to the singleton instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
destructure(java.lang.Object structured,
SessionFactoryImplementor factory)
Convert the previous structured form of the item back into its item form.
|
java.lang.Object |
structure(java.lang.Object item)
Convert the cache item into its "structured" form.
|
public static final UnstructuredCacheEntry INSTANCE
public java.lang.Object structure(java.lang.Object item)
CacheEntryStructurestructure in interface CacheEntryStructureitem - The item to structure.public java.lang.Object destructure(java.lang.Object structured,
SessionFactoryImplementor factory)
CacheEntryStructuredestructure in interface CacheEntryStructurestructured - The structured form.factory - The session factory.Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.