Package javax.persistence
Annotation Type Converts
-
@Target({METHOD,FIELD,TYPE}) @Retention(RUNTIME) public @interface Converts
The Converts annotation is used to group Convert annotations.- Since:
- Java Persistence 2.1
-
-
Element Detail
-
value
Convert[] value
The Convert mappings that are to be applied to the field or property.
-
-