javax.persistence
Annotation Type Converts


@Target(value={METHOD,FIELD,TYPE})
@Retention(value=RUNTIME)
public @interface Converts

The Converts annotation is used to group Convert annotations.

Since:
Java Persistence 2.1

Required Element Summary
 Convert[] value
          The Convert mappings that are to be applied to the field or property.
 

Element Detail

value

public abstract Convert[] value
The Convert mappings that are to be applied to the field or property.