Modifier and Type | Method and Description |
---|---|
abstract void |
DirectAccessor.setConverter(DatabaseMapping mapping,
Converter converter)
INTERNAL:
|
void |
BasicAccessor.setConverter(DatabaseMapping mapping,
Converter converter)
INTERNAL:
|
Modifier and Type | Class and Description |
---|---|
class |
ExpressionOperatorConverter
INTERNAL:
Used by function operators in deployment xml generation to accomodate custom functions.
|
Modifier and Type | Field and Description |
---|---|
protected Converter |
DirectMapContainerPolicy.keyConverter |
protected Converter |
DirectMapContainerPolicy.valueConverter |
Modifier and Type | Method and Description |
---|---|
Converter |
DirectMapContainerPolicy.getKeyConverter() |
Converter |
DirectMapContainerPolicy.getValueConverter() |
Modifier and Type | Method and Description |
---|---|
void |
DirectMapContainerPolicy.setKeyConverter(Converter keyConverter) |
void |
DirectMapContainerPolicy.setValueConverter(Converter valueConverter) |
Modifier and Type | Field and Description |
---|---|
protected Converter |
DirectMapMapping.keyConverter
Allows user defined conversion between the object attribute value and the database value.
|
protected Converter |
DirectCollectionMapping.valueConverter
Allows user defined conversion between the object value and the database value.
|
Modifier and Type | Method and Description |
---|---|
Converter |
DirectMapMapping.getKeyConverter()
PUBLIC:
Return the converter on the mapping.
|
Converter |
DirectCollectionMapping.getValueConverter()
PUBLIC:
Return the converter on the mapping.
|
Modifier and Type | Method and Description |
---|---|
void |
DirectMapMapping.setKeyConverter(Converter keyConverter)
PUBLIC:
Set the converter on the mapping.
|
void |
DirectCollectionMapping.setValueConverter(Converter valueConverter)
PUBLIC:
Set the converter on the mapping.
|
Modifier and Type | Class and Description |
---|---|
class |
ClassInstanceConverter
Purpose: Allows a class name to be converter to and from a new instance of the class.
|
class |
EnumTypeConverter
Purpose: Object type converter is used to match a fixed number of
database data values to a Java enum object value.
|
class |
ObjectTypeConverter
Purpose: Object type converter is used to match a fixed number of database data values
to Java object value.
|
class |
SerializedObjectConverter
Purpose: The serialized object converter can be used to store an arbitrary object or set of objects into a database blob field.
|
class |
TypeConversionConverter
Purpose: Type conversion converters are used to explicitly map a database type to a
Java type.
|
Modifier and Type | Field and Description |
---|---|
protected Converter |
AbstractDirectMapping.converter
Allows user defined conversion between the object attribute value and the database value.
|
Modifier and Type | Method and Description |
---|---|
Converter |
AbstractDirectMapping.getConverter()
PUBLIC:
Return the converter on the mapping.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractDirectMapping.setConverter(Converter converter)
PUBLIC:
Set the converter on the mapping.
|
Modifier and Type | Field and Description |
---|---|
protected Converter |
DirectReadQuery.valueConverter
Allows user defined conversion between the result value and the database value.
|
Modifier and Type | Method and Description |
---|---|
Converter |
DirectReadQuery.getValueConverter()
PUBLIC:
Return the converter on the query.
|
Modifier and Type | Method and Description |
---|---|
void |
DirectReadQuery.setValueConverter(Converter valueConverter)
PUBLIC:
Set the converter on the query.
|
Copyright © 2021. All rights reserved.