org.eclipse.persistence.annotations
@Target(value={}) @Retention(value=RUNTIME) public @interface ConversionValue
ObjectTypeConverter
Modifier and Type | Required Element and Description |
---|---|
String |
dataValue
(Required) Specify the database value.
|
String |
objectValue
(Required) Specify the object value.
|