Uses of Class
org.eclipse.persistence.oxm.record.XMLRecord
-
-
Uses of XMLRecord in org.eclipse.persistence.eis
Subclasses of XMLRecord in org.eclipse.persistence.eis Modifier and Type Class Description classEISDOMRecordAnEISDOMRecordis a wrapper for a DOM tree.Methods in org.eclipse.persistence.eis that return XMLRecord Modifier and Type Method Description XMLRecordEISDOMRecord. buildNestedRow(Element element)INTERNAL: Build the nested record, this can be overwriten by subclasses to use their subclass instance. -
Uses of XMLRecord in org.eclipse.persistence.eis.interactions
Methods in org.eclipse.persistence.eis.interactions that return XMLRecord Modifier and Type Method Description protected XMLRecordXMLInteraction. createXMLRecord(String rootName)INTERNAL: Use the createRecord method on ObjectBuilder in case the root element is namespace qualified -
Uses of XMLRecord in org.eclipse.persistence.internal.oxm
Methods in org.eclipse.persistence.internal.oxm with parameters of type XMLRecord Modifier and Type Method Description AbstractRecordXMLObjectBuilder. buildRow(Object object, AbstractSession session, DatabaseField xmlField, XMLRecord parentRecord)Build the nested row into the parent dom.AbstractRecordXMLObjectBuilder. createRecordFor(Object attributeValue, Field xmlField, XMLRecord parentRecord, Mapping mapping)voidXMLObjectBuilder. writeExtraNamespaces(List extraNamespaces, XMLRecord xmlRecord)voidXMLObjectBuilder. writeOutMappings(XMLRecord row, Object object, AbstractSession session)voidXMLSequencedObjectBuilder. writeOutMappings(XMLRecord record, Object object, AbstractSession session) -
Uses of XMLRecord in org.eclipse.persistence.internal.oxm.record
Subclasses of XMLRecord in org.eclipse.persistence.internal.oxm.record Modifier and Type Class Description classXMLTransformationRecord -
Uses of XMLRecord in org.eclipse.persistence.oxm
Methods in org.eclipse.persistence.oxm with parameters of type XMLRecord Modifier and Type Method Description DocumentXMLMarshaller. objectToXML(Object object, XMLDescriptor descriptor, XMLRecord xmlRow, boolean isXMLRoot, DocumentPreservationPolicy docPresPolicy)INTERNAL: Convert the given object to an XML DocumentDocumentXMLMarshaller. objectToXML(Object object, Node rootNode, XMLDescriptor descriptor, XMLRecord xmlRow, boolean isXMLRoot, DocumentPreservationPolicy docPresPolicy) -
Uses of XMLRecord in org.eclipse.persistence.oxm.mappings
Methods in org.eclipse.persistence.oxm.mappings with parameters of type XMLRecord Modifier and Type Method Description protected AbstractRecordXMLCompositeCollectionMapping. buildCompositeRowForDescriptor(ClassDescriptor classDesc, Object attributeValue, AbstractSession session, XMLRecord parentRow, DatabaseMapping.WriteType writeType)protected AbstractRecordXMLCompositeObjectMapping. buildCompositeRowForDescriptor(ClassDescriptor classDesc, Object attributeValue, AbstractSession session, XMLRecord parentRow, DatabaseMapping.WriteType writeType)protected XMLDescriptorXMLAbstractAnyMapping. getDescriptor(XMLRecord xmlRecord, AbstractSession session, QName rootQName)protected XMLDescriptorXMLAnyAttributeMapping. getDescriptor(XMLRecord xmlRecord, AbstractSession session)protected XMLDescriptorXMLCompositeCollectionMapping. getDescriptor(XMLRecord xmlRecord, AbstractSession session, QName rootQName)protected XMLDescriptorXMLCompositeObjectMapping. getDescriptor(XMLRecord xmlRecord, AbstractSession session, QName rootQName)ObjectXMLBinaryDataCollectionMapping. getValueToWrite(Object value, Object parent, XMLRecord record, XMLField field, XMLField includeField, AbstractSession session)ObjectXMLTransformationMapping. readFromRowIntoObject(XMLRecord row, Object object, AbstractSession executionSession, boolean isTargetProtected)INTERNAL: Extract value from the row and set the attribute to the value in the object.ObjectXMLCompositeObjectMapping. valueFromRow(Object fieldValue, XMLRecord nestedRow, JoinedAttributeManager joinManager, ObjectBuildingQuery sourceQuery, AbstractSession executionSession, boolean isTargetProtected)voidXMLAnyAttributeMapping. writeSingleValue(Object attributeValue, Object parent, XMLRecord row, AbstractSession session)voidXMLAnyCollectionMapping. writeSingleValue(Object element, Object parent, XMLRecord row, AbstractSession session)voidXMLAnyObjectMapping. writeSingleValue(Object value, Object parent, XMLRecord row, AbstractSession session)voidXMLBinaryDataCollectionMapping. writeSingleValue(Object value, Object parent, XMLRecord record, AbstractSession session)voidXMLBinaryDataMapping. writeSingleValue(Object attributeValue, Object parent, XMLRecord record, AbstractSession session)voidXMLChoiceCollectionMapping. writeSingleValue(Object value, Object parent, XMLRecord row, AbstractSession session)voidXMLChoiceObjectMapping. writeSingleValue(Object value, Object parent, XMLRecord row, AbstractSession session)voidXMLCollectionReferenceMapping. writeSingleValue(Object value, Object parent, XMLRecord row, AbstractSession session)voidXMLCompositeCollectionMapping. writeSingleValue(Object value, Object parent, XMLRecord record, AbstractSession session)voidXMLCompositeDirectCollectionMapping. writeSingleValue(Object value, Object parent, XMLRecord record, AbstractSession session)voidXMLCompositeObjectMapping. writeSingleValue(Object value, Object parent, XMLRecord record, AbstractSession session)voidXMLDirectMapping. writeSingleValue(Object value, Object parent, XMLRecord row, AbstractSession session)voidXMLFragmentCollectionMapping. writeSingleValue(Object attributeValue, Object parent, XMLRecord row, AbstractSession session)voidXMLFragmentMapping. writeSingleValue(Object attributeValue, Object parent, XMLRecord row, AbstractSession session)voidXMLMapping. writeSingleValue(Object value, Object parent, XMLRecord record, AbstractSession session)INTERNAL: A method that marshals a single value to the provided Record based on this mapping's XPath.voidXMLObjectReferenceMapping. writeSingleValue(Object value, Object parent, XMLRecord row, AbstractSession session)voidXMLTransformationMapping. writeSingleValue(Object value, Object parent, XMLRecord row, AbstractSession session)voidXMLVariableXPathObjectMapping. writeSingleValue(Object value, Object parent, XMLRecord xmlRow, AbstractSession session) -
Uses of XMLRecord in org.eclipse.persistence.oxm.record
Subclasses of XMLRecord in org.eclipse.persistence.oxm.record Modifier and Type Class Description classDOMRecordPUBLIC: Provides a Record/Map API on an XML DOM element.classUnmarshalRecordMethods in org.eclipse.persistence.oxm.record that return XMLRecord Modifier and Type Method Description XMLRecordDOMRecord. buildNestedRow(Element element)INTERNAL: Build the nested record, this can be overwriten by subclasses to use their subclass instance.
-