|
Oracle TopLink API Reference 10g Release 3 (10.1.3) B13698-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
PUBLIC: This interface is used by the Transformation Mapping to build the value for a specific field. The user must provide implementations of this interface to the Transformation Mapping.
| Method Summary | |
java.lang.Object |
buildFieldValue(java.lang.Object instance,
java.lang.String fieldName,
Session session)
|
void |
initialize(AbstractTransformationMapping mapping)
Initialize this transformer. |
| Method Detail |
public void initialize(AbstractTransformationMapping mapping)
mapping - - the mapping this transformer is associated with.
public java.lang.Object buildFieldValue(java.lang.Object instance,
java.lang.String fieldName,
Session session)
instance - - an instance of the domain class which contains the attributesession - - the current sessionfieldName - - the name of the field being transformed. Used if the user wants to use this transformer for multiple fields.
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||