Uses of Interface
org.eclipse.persistence.mappings.transformers.FieldTransformer
-
-
Uses of FieldTransformer in org.eclipse.persistence.internal.descriptors
Fields in org.eclipse.persistence.internal.descriptors declared as FieldTransformer Modifier and Type Field Description protected FieldTransformerTransformerBasedFieldTransformation. transformerMethods in org.eclipse.persistence.internal.descriptors that return FieldTransformer Modifier and Type Method Description abstract FieldTransformerFieldTransformation. buildTransformer()FieldTransformerMethodBasedFieldTransformation. buildTransformer()FieldTransformerTransformerBasedFieldTransformation. buildTransformer()Constructors in org.eclipse.persistence.internal.descriptors with parameters of type FieldTransformer Constructor Description TransformerBasedFieldTransformation(FieldTransformer aTransformer) -
Uses of FieldTransformer in org.eclipse.persistence.mappings.foundation
Methods in org.eclipse.persistence.mappings.foundation with parameters of type FieldTransformer Modifier and Type Method Description voidAbstractTransformationMapping. addFieldTransformer(String fieldName, FieldTransformer transformer)PUBLIC: Add the name of field and the transformer that returns the value to be placed in the field when the object is written to the database.voidAbstractTransformationMapping. addFieldTransformer(DatabaseField field, FieldTransformer transformer)PUBLIC: Add the field and the transformer that returns the value to be placed in the field when the object is written to the database.protected ObjectAbstractTransformationMapping. invokeFieldTransformer(DatabaseField field, FieldTransformer transformer, Object domainObject, AbstractSession session)INTERNAL: Invoke the buildFieldValue on the appropriate FieldTransformer -
Uses of FieldTransformer in org.eclipse.persistence.mappings.transformers
Classes in org.eclipse.persistence.mappings.transformers that implement FieldTransformer Modifier and Type Class Description classConstantTransformerPurpose: Allows a field to always be mapped to a constant value.classFieldTransformerAdapterPurpose: Provides an empty implementation of FieldTransformer.classMethodBasedFieldTransformer -
Uses of FieldTransformer in org.eclipse.persistence.oxm.annotations
Methods in org.eclipse.persistence.oxm.annotations that return types with arguments of type FieldTransformer Modifier and Type Method Description Class<? extends FieldTransformer>transformerClass()User-defined class that must implement the org.eclipse.persistence.mappings.transformers.FieldTransformer interface. -
Uses of FieldTransformer in org.eclipse.persistence.oxm.mappings
Methods in org.eclipse.persistence.oxm.mappings with parameters of type FieldTransformer Modifier and Type Method Description voidXMLTransformationMapping. addFieldTransformer(String fieldName, FieldTransformer transformer)
-