public static class LazyPersistenceHandler.MetadataAndValue<V>
extends java.lang.Object
| Constructor and Description |
|---|
MetadataAndValue(Metadata metadata, V value)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
Metadata |
getMetadata()
returns the metadata
|
V |
getValue()
returns the value
|