public class XMLListConverter extends Object implements Converter
Purpose: Provides an implementation of Converter that can be used to convert a collection of Objects into a space separated list of Strings and back. Used with XMLCompositeDirectCollectionMapping to implement the behaviour of the XmlList annotation
Constructor and Description |
---|
XMLListConverter() |
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.
|
Class |
getObjectClass()
Get the Class of the elements of this collection's "sub-collection".
|
String |
getObjectClassName()
Get the Class name of the elements of this collection's "sub-collection".
|
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.
|
void |
setObjectClass(Class aClass)
Set the Class of the elements of this collection's "sub-collection".
|
void |
setObjectClassName(String aClassName)
Set the Class name of the elements of this collection's "sub-collection".
|
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
public String getObjectClassName()
public void setObjectClassName(String aClassName)
aClassName
- the name of the Class of the elements of this collection's "sub-collection"public Class getObjectClass()
public void setObjectClass(Class aClass)
aClass
- the Class of the elements of this collection's "sub-collection"EclipseLink 2.5.2, "build v20140319-9ad6abd" API Reference