Uses of Interface
org.eclipse.persistence.internal.oxm.record.TransformationRecord
Packages that use TransformationRecord
Package
Description
-
Uses of TransformationRecord in org.eclipse.persistence.eis
Classes in org.eclipse.persistence.eis that implement TransformationRecord -
Uses of TransformationRecord in org.eclipse.persistence.internal.oxm.mappings
Classes in org.eclipse.persistence.internal.oxm.mappings with type parameters of type TransformationRecordModifier and TypeInterfaceDescriptioninterfaceTransformationMapping<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 TransformationRecordModifier and TypeInterfaceDescriptioninterfaceUnmarshalRecord<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 -
Uses of TransformationRecord in org.eclipse.persistence.oxm.record
Classes in org.eclipse.persistence.oxm.record that implement TransformationRecordModifier and TypeClassDescriptionclassPUBLIC: Provides a Record/Map API on an XML DOM element.