org.eclipse.persistence.sdo.helper.metadata
Class NamespaceURITransformer
java.lang.Object
org.eclipse.persistence.sdo.helper.metadata.NamespaceURITransformer
- All Implemented Interfaces:
- Serializable, FieldTransformer
public class NamespaceURITransformer
- extends Object
- implements FieldTransformer
- See Also:
- Serialized Form
NamespaceURITransformer
public NamespaceURITransformer()
initialize
public void initialize(AbstractTransformationMapping mapping)
- Description copied from interface:
FieldTransformer
- Initialize this transformer. Only required if the user needs some special
information from the mapping in order to do the transformation
- Specified by:
initialize
in interface FieldTransformer
- Parameters:
mapping
- - the mapping this transformer is associated with.
buildFieldValue
public Object buildFieldValue(Object instance,
String fieldName,
Session session)
- Specified by:
buildFieldValue
in interface FieldTransformer
- Parameters:
instance
- - an instance of the domain class which contains the attributefieldName
- - the name of the field being transformed. Used if the user wants to use this transformer for multiple fields.session
- - the current session
- Returns:
- - The value to be written for the field associated with this transformer