Uses of Interface
org.eclipse.persistence.mappings.transformers.AttributeTransformer
-
-
Uses of AttributeTransformer in org.eclipse.persistence.internal.indirection
Fields in org.eclipse.persistence.internal.indirection declared as AttributeTransformer Modifier and Type Field Description protected AttributeTransformerTransformerBasedValueHolder. transformerStores the method to be executed.Methods in org.eclipse.persistence.internal.indirection that return AttributeTransformer Modifier and Type Method Description protected AttributeTransformerTransformerBasedValueHolder. getTransformer()Return the method.Methods in org.eclipse.persistence.internal.indirection with parameters of type AttributeTransformer Modifier and Type Method Description protected voidTransformerBasedValueHolder. setTransformer(AttributeTransformer theTransformer)Set the transformer.Constructors in org.eclipse.persistence.internal.indirection with parameters of type AttributeTransformer Constructor Description TransformerBasedValueHolder(AttributeTransformer theTransformer, Object theObject, AbstractRecord theRow, AbstractSession theSession)Initialize the method-based value holder. -
Uses of AttributeTransformer in org.eclipse.persistence.mappings.foundation
Fields in org.eclipse.persistence.mappings.foundation declared as AttributeTransformer Modifier and Type Field Description protected AttributeTransformerAbstractTransformationMapping. attributeTransformerattributeTransformerClassName is converter to an instance of AttributeTransformerMethods in org.eclipse.persistence.mappings.foundation that return AttributeTransformer Modifier and Type Method Description AttributeTransformerAbstractTransformationMapping. getAttributeTransformer()INTERNAL: The attributeTransformer stores an instance of the class which implements AttributeTransformer.Methods in org.eclipse.persistence.mappings.foundation with parameters of type AttributeTransformer Modifier and Type Method Description voidAbstractTransformationMapping. setAttributeTransformer(AttributeTransformer transformer)PUBLIC: Set the AttributeTransformer, this transformer will be used to extract the value for the object's attribute from the database row. -
Uses of AttributeTransformer in org.eclipse.persistence.mappings.transformers
Classes in org.eclipse.persistence.mappings.transformers that implement AttributeTransformer Modifier and Type Class Description classAttributeTransformerAdapterPurpose: Provides an empty implementation of AttributeTransformer.classMethodBasedAttributeTransformer -
Uses of AttributeTransformer in org.eclipse.persistence.oxm.annotations
Methods in org.eclipse.persistence.oxm.annotations that return types with arguments of type AttributeTransformer Modifier and Type Method Description Class<? extends AttributeTransformer>transformerClass()User-defined class that must implement the org.eclipse.persistence.mappings.transformers.AttributeTransformer interface.
-