@Target(value={TYPE,METHOD,FIELD}) @Retention(value=RUNTIME) @Repeatable(value=TypeConverters.class) 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
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.