public static class AttributeConverter.UseDefault extends Object implements AttributeConverter<Object,Object>
AttributeConverter.UseDefault| Constructor and Description |
|---|
UseDefault() |
| Modifier and Type | Method and Description |
|---|---|
Object |
convertToAttribute(Object datastoreValue)
Converts the given datastore value to its representation as a persistent attribute.
|
Object |
convertToDatastore(Object attributeValue)
Converts the given persistent attribute value to its representation in the datastore.
|
public Object convertToDatastore(Object attributeValue)
AttributeConverterconvertToDatastore in interface AttributeConverter<Object,Object>attributeValue - Value of attributepublic Object convertToAttribute(Object datastoreValue)
AttributeConverterconvertToAttribute in interface AttributeConverter<Object,Object>datastoreValue - Value in datastoreCopyright © 2005–1970 Apache Software Foundation. All rights reserved.