public interface CoreConverter<MAPPING extends CoreMapping,SESSION extends CoreSession>
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(MAPPING mapping,
SESSION session)
PUBLIC:
Allow for any initialization.
|
Object convertObjectValueToDataValue(Object objectValue, SESSION session)
Object convertDataValueToObjectValue(Object dataValue, SESSION session)