public class EmptyElementConverter extends java.lang.Object implements Converter
| Constructor and Description |
|---|
EmptyElementConverter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
convertDataValueToObjectValue(java.lang.Object dataValue,
Session session)
PUBLIC:
Convert the databases' data representation of the value to the object's representation.
|
java.lang.Object |
convertObjectValueToDataValue(java.lang.Object objectValue,
Session session)
PUBLIC:
Convert the object's representation of the value to the databases' data representation.
|
void |
initialize(DatabaseMapping mapping,
Session session)
PUBLIC:
Allow for any initialization.
|
boolean |
isMutable()
PUBLIC:
If the converter converts the value to a mutable value, i.e.
|
public java.lang.Object convertDataValueToObjectValue(java.lang.Object dataValue,
Session session)
ConverterconvertDataValueToObjectValue in interface Converterpublic java.lang.Object convertObjectValueToDataValue(java.lang.Object objectValue,
Session session)
ConverterconvertObjectValueToDataValue in interface Converterpublic void initialize(DatabaseMapping mapping, Session session)
Converterinitialize in interface Converterpublic boolean isMutable()
ConverterEclipseLink 2.4.2, "build v20130514-5956486" API Reference