org.eclipse.persistence.annotations
Annotation Type WriteTransformers
@Target(value={METHOD,FIELD})
@Retention(value=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:
 Transformation, 
ReadTransformer, 
Transformation can be specified within an Entity, MappedSuperclass 
 and Embeddable class.- Author:
 
  - Andrei Ilitchev
 
- Since:
 
  - EclipseLink 1.0
 
 
value
public abstract WriteTransformer[] value