Module eclipselink

Annotation Interface WriteTransformers


@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface WriteTransformers
An optional annotation for TransformationMapping. A single WriteTransformer may be specified directly on the method or field, multiple WriteTransformers can be wrapped into WriteTransformers annotation. No WriteTransformers specified for read-only mapping.

Transformation can be specified within an Entity, MappedSuperclass and Embeddable class.

See Also:
Author:
Andrei Ilitchev
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    An array of WriteTransformer annotations.
  • Element Details