EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference

javax.persistence
Annotation Type Converts


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

Used to group Convert annotations. Multiple converters must not be applied to the same basic attribute.

See Also:
Convert
Since:
Java Persistence 2.1

Required Element Summary
 Convert[] value
          The Convert mappings that are to be applied.
 

Element Detail

value

public abstract Convert[] value
The Convert mappings that are to be applied.


EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference