Java Persistence API (JPA) Extensions Reference for EclipseLink, Release 2.4
  Go To Table Of Contents
 Search
 PDFComments
Comments


@Converters

Use @Converters annotation to define multiple @Converter elements.


Annotation Elements

Table 2-16 describes this annotation's elements.

Table 2-16 @Converters Annotation Elements

Annotation Element Description Default

Converter[]

(Required) An array of converters




Examples

See "@Converter" for an example of this annotation.


See Also

For more information, see: