Annotation Type WriteTransformers


@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface WriteTransformers
An optional annotation for org.eclipse.persistence.mappings.TransformationMapping. A single WriteTransformer may be specified directly on the method or field, multiple WriteTransformers should be wrapped into WriteTransformers annotation. No WriteTransformers specified for read-only mapping.
See Also:
Author:
Andrei Ilitchev
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description