Uses of Interface
org.eclipse.persistence.mappings.transformers.AttributeTransformer
Packages that use AttributeTransformer
Package
Description
-
Uses of AttributeTransformer in org.eclipse.persistence.internal.indirection
Fields in org.eclipse.persistence.internal.indirection declared as AttributeTransformerModifier and TypeFieldDescriptionprotected AttributeTransformerTransformerBasedValueHolder.transformerStores the method to be executed.Methods in org.eclipse.persistence.internal.indirection that return AttributeTransformerModifier and TypeMethodDescriptionprotected AttributeTransformerTransformerBasedValueHolder.getTransformer()Return the method.Methods in org.eclipse.persistence.internal.indirection with parameters of type AttributeTransformerModifier and TypeMethodDescriptionprotected voidTransformerBasedValueHolder.setTransformer(AttributeTransformer theTransformer) Set the transformer.Constructors in org.eclipse.persistence.internal.indirection with parameters of type AttributeTransformerModifierConstructorDescriptionTransformerBasedValueHolder(AttributeTransformer theTransformer, Object theObject, AbstractRecord theRow, AbstractSession theSession) Initialize the method-based value holder. -
Uses of AttributeTransformer in org.eclipse.persistence.internal.xr
Classes in org.eclipse.persistence.internal.xr that implement AttributeTransformer -
Uses of AttributeTransformer in org.eclipse.persistence.mappings.foundation
Fields in org.eclipse.persistence.mappings.foundation declared as AttributeTransformerModifier and TypeFieldDescriptionprotected AttributeTransformerAbstractTransformationMapping.attributeTransformerattributeTransformerClassName is converter to an instance of AttributeTransformerMethods in org.eclipse.persistence.mappings.foundation that return AttributeTransformerModifier and TypeMethodDescriptionAbstractTransformationMapping.getAttributeTransformer()INTERNAL: The attributeTransformer stores an instance of the class which implements AttributeTransformer.Methods in org.eclipse.persistence.mappings.foundation with parameters of type AttributeTransformerModifier and TypeMethodDescriptionvoidAbstractTransformationMapping.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 AttributeTransformerModifier and TypeClassDescriptionclassPurpose: Provides an empty implementation of AttributeTransformer.class -
Uses of AttributeTransformer in org.eclipse.persistence.sdo.helper.metadata
Classes in org.eclipse.persistence.sdo.helper.metadata that implement AttributeTransformer