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