@Target(value={TYPE,METHOD,FIELD}) @Retention(value=RUNTIME) public @interface TypeConverter
Convert
Modifier and Type | Required Element and Description |
---|---|
String |
name
(Required) Name this converter.
|
Modifier and Type | Optional Element and Description |
---|---|
Class |
dataType
(Optional) Specify the type stored on the database.
|
Class |
objectType
(Optional) Specify the type stored on the entity.
|
public abstract String name
public abstract Class dataType
public abstract Class objectType
EclipseLink 2.3.2, "build v20111125-r10461" API Reference