Uses of Class
org.eclipse.persistence.oxm.record.DOMRecord
Packages that use DOMRecord
Package
Description
-
Uses of DOMRecord in org.eclipse.persistence.eis
Subclasses of DOMRecord in org.eclipse.persistence.eis -
Uses of DOMRecord in org.eclipse.persistence.internal.oxm.record
Subclasses of DOMRecord in org.eclipse.persistence.internal.oxm.recordMethods in org.eclipse.persistence.internal.oxm.record with parameters of type DOMRecordModifier and TypeMethodDescriptionDOMUnmarshaller.xmlToObject(DOMRecord xmlRecord) INTERNAL: Find the Descriptor corresponding to the context node of the XMLRecord, and then convert the XMLRecord to an instance of the corresponding object.DOMUnmarshaller.xmlToObject(DOMRecord xmlRow, Class<?> referenceClass) INTERNAL: Convert the Oracle XMLDocument to the reference-class. -
Uses of DOMRecord in org.eclipse.persistence.oxm.mappings
Methods in org.eclipse.persistence.oxm.mappings with parameters of type DOMRecordModifier and TypeMethodDescriptionprotected ObjectXMLAbstractAnyMapping.buildObjectAndWrapInXMLRoot(ClassDescriptor referenceDescriptor, XMLConverter converter, ObjectBuildingQuery query, DOMRecord record, DOMRecord nestedRecord, JoinedAttributeManager joinManager, AbstractSession session, Node next, Object container, ContainerPolicy containerPolicy) Uses a given reference descriptor to build an object based on a given DOMRecord.protected ObjectXMLAbstractAnyMapping.buildObjectForNonXMLRoot(ClassDescriptor referenceDescriptor, XMLConverter converter, ObjectBuildingQuery query, DOMRecord record, DOMRecord nestedRecord, JoinedAttributeManager joinManager, AbstractSession session, Node next, Object container, ContainerPolicy containerPolicy) protected ObjectXMLAbstractAnyMapping.buildObjectNoReferenceDescriptor(DOMRecord record, XMLConverter converter, AbstractSession session, Node next, Object container, ContainerPolicy cp) Convenience method that takes a given Node and applies namespace information, converts it if necessary, and adds the resulting object to the given ContainerPolicy if non-null.protected XMLRootXMLAbstractAnyMapping.buildXMLRootForText(Node node, QName schemaTypeQName, XMLConverter converter, AbstractSession session, DOMRecord record) Convenience method that takes a given node and checks the first child for TEXT_NODE.XMLCompositeCollectionMapping.getReferenceDescriptor(DOMRecord xmlRecord) XMLCompositeObjectMapping.getReferenceDescriptor(DOMRecord xmlRecord) -
Uses of DOMRecord in org.eclipse.persistence.oxm.record
Methods in org.eclipse.persistence.oxm.record that return DOMRecordModifier and TypeMethodDescriptionDOMRecord.clone()INTERNAL: Clone the row and its values.UnmarshalRecord.getTransformationRecord()Methods in org.eclipse.persistence.oxm.record with parameters of type DOMRecordModifier and TypeMethodDescriptionvoidUnmarshalRecord.setTransformationRecord(DOMRecord transformationRecord)