Uses of Interface
org.eclipse.persistence.internal.oxm.record.TransformationRecord
-
-
Uses of TransformationRecord in org.eclipse.persistence.eis
Classes in org.eclipse.persistence.eis that implement TransformationRecord Modifier and Type Class Description classEISDOMRecordAnEISDOMRecordis a wrapper for a DOM tree. -
Uses of TransformationRecord in org.eclipse.persistence.internal.oxm.mappings
Classes in org.eclipse.persistence.internal.oxm.mappings with type parameters of type TransformationRecord Modifier and Type Interface Description interfaceTransformationMapping<ABSTRACT_SESSION extends CoreAbstractSession,ATTRIBUTE_ACCESSOR extends CoreAttributeAccessor,CONTAINER_POLICY extends CoreContainerPolicy,DESCRIPTOR extends CoreDescriptor,FIELD extends CoreField,TRANSFORMATION_RECORD extends TransformationRecord,XML_RECORD extends XMLRecord> -
Uses of TransformationRecord in org.eclipse.persistence.internal.oxm.record
Classes in org.eclipse.persistence.internal.oxm.record with type parameters of type TransformationRecord Modifier and Type Interface Description interfaceUnmarshalRecord<ABSTRACT_SESSION extends CoreAbstractSession,FIELD extends CoreField,ID_RESOLVER extends IDResolver,OBJECT_BUILDER extends ObjectBuilder,TRANSFORMATION_RECORD extends TransformationRecord,UNMARSHALLER extends Unmarshaller>This class represents unmarshal record behaviour that is specific to the SAX platform.classUnmarshalRecordImpl<TRANSFORMATION_RECORD extends TransformationRecord>Purpose:Provide an implementation of ContentHandler that is used by TopLink OXM to build mapped Java Objects from SAX events.Classes in org.eclipse.persistence.internal.oxm.record that implement TransformationRecord Modifier and Type Class Description classXMLTransformationRecord -
Uses of TransformationRecord in org.eclipse.persistence.oxm.record
Classes in org.eclipse.persistence.oxm.record that implement TransformationRecord Modifier and Type Class Description classDOMRecordPUBLIC: Provides a Record/Map API on an XML DOM element.
-