JavaScript is disabled on your browser.
Skip navigation links
EclipseLink 5.0.0-B06, API Reference
Module
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required
|
Optional
Detail:
Field |
Element
SEARCH
Module
eclipselink
Package
org.eclipse.persistence.annotations
Annotation Interface ConversionValue
@Target
({})
@Retention
(
RUNTIME
)
public @interface
ConversionValue
A ConversionValue annotation is used within an
ObjectTypeConverter
.
See Also:
ObjectTypeConverter
Author:
Guy Pelletier
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
dataValue
Specify the database value.
String
objectValue
Specify the object value.
Element Details
dataValue
String
dataValue
Specify the database value.
objectValue
String
objectValue
Specify the object value.