public interface Storable
Modifier and Type | Method and Description |
---|---|
<T> T |
_getAttributeValue(String attrName,
Class<T> type) |
Set<String> |
_getDirtyAttributeNames()
An array of boolean indicating if the corresponding attribute is
dirty (true) or not (false)
|
String |
_getOwnerInstanceName() |
long |
_getVersion()
Get the version of this entry.
|
long _getVersion()
Set<String> _getDirtyAttributeNames()
String _getOwnerInstanceName()
Copyright © 2016 Oracle Corporation. All rights reserved.