Uses of Class
org.eclipse.persistence.internal.descriptors.FieldTransformation
-
Packages that use FieldTransformation Package Description org.eclipse.persistence.internal.descriptors org.eclipse.persistence.mappings.foundation -
-
Uses of FieldTransformation in org.eclipse.persistence.internal.descriptors
Subclasses of FieldTransformation in org.eclipse.persistence.internal.descriptors Modifier and Type Class Description classMethodBasedFieldTransformationINTERNAL: This is an implementation of FieldTransformation which stores a method name and uses that name to instantiate a MethodBasedFieldTransformer.classTransformerBasedFieldTransformationINTERNAL: An implementation of FieldTransformation which holds onto a transformer class-name which will be instantiated to do transformations -
Uses of FieldTransformation in org.eclipse.persistence.mappings.foundation
Fields in org.eclipse.persistence.mappings.foundation with type parameters of type FieldTransformation Modifier and Type Field Description protected List<FieldTransformation>AbstractTransformationMapping. fieldTransformationsStores field name and the class name of a FieldTransformer in a vector to preserve orderMethods in org.eclipse.persistence.mappings.foundation that return types with arguments of type FieldTransformation Modifier and Type Method Description List<FieldTransformation>AbstractTransformationMapping. getFieldTransformations()INTERNAL: Returns a Vector which stores fieldnames and the respective method/transformer names.Method parameters in org.eclipse.persistence.mappings.foundation with type arguments of type FieldTransformation Modifier and Type Method Description voidAbstractTransformationMapping. setFieldTransformations(List<FieldTransformation> fieldTransformations)INTERNAL: Set the field to method name associations.
-