public class EmptyElementConverter extends Object implements Converter
Constructor and Description |
---|
EmptyElementConverter() |
Modifier and Type | Method and Description |
---|---|
Object |
convertDataValueToObjectValue(Object dataValue,
Session session)
PUBLIC:
Convert the databases' data representation of the value to the object's representation.
|
Object |
convertObjectValueToDataValue(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 Object convertDataValueToObjectValue(Object dataValue, Session session)
Converter
convertDataValueToObjectValue
in interface CoreConverter<DatabaseMapping,Session>
convertDataValueToObjectValue
in interface Converter
public Object convertObjectValueToDataValue(Object objectValue, Session session)
Converter
convertObjectValueToDataValue
in interface CoreConverter<DatabaseMapping,Session>
convertObjectValueToDataValue
in interface Converter
public void initialize(DatabaseMapping mapping, Session session)
Converter
initialize
in interface CoreConverter<DatabaseMapping,Session>
initialize
in interface Converter
public boolean isMutable()
Converter
EclipseLink 2.5.2, "build v20140319-9ad6abd" API Reference