|
Oracle® Fusion Middleware Java API Reference for EclipseLink 11g Release 1 (11.1.1) E26376-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributeTransformer
PUBLIC:
Method Summary | |
---|---|
java.lang.Object |
buildAttributeValue(Record record, java.lang.Object object, Session session) |
void |
initialize(AbstractTransformationMapping mapping) |
Method Detail |
---|
void initialize(AbstractTransformationMapping mapping)
mapping
- - The mapping associated with this transformer. Only used if some special information is required.java.lang.Object buildAttributeValue(Record record, java.lang.Object object, Session session)
record
- - The metadata being used to build the object.session
- - the current sessionobject
- - The current object that the attribute is being built for.
|
Oracle® Fusion Middleware Java API Reference for EclipseLink 11g Release 1 (11.1.1) E26376-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |