Module eclipselink
Annotation 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 ElementsModifier and TypeRequired ElementDescriptionAn array of WriteTransformer annotations.
-
Element Details
-
value
WriteTransformer[] valueAn array of WriteTransformer annotations.
-