public interface AttributeTransformer extends Serializable
Modifier and Type | Method and Description |
---|---|
Object |
buildAttributeValue(Record record,
Object object,
Session session) |
void |
initialize(AbstractTransformationMapping mapping) |
void initialize(AbstractTransformationMapping mapping)
mapping
- - The mapping associated with this transformer. Only used if some special information is required.Object buildAttributeValue(Record record, 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.Copyright © 2017–2020 Eclipse.org - EclipseLink Project. All rights reserved.