Uses of Class
org.eclipse.persistence.oxm.XMLDescriptor
-
-
Uses of XMLDescriptor in org.eclipse.persistence.exceptions
Methods in org.eclipse.persistence.exceptions with parameters of type XMLDescriptor Modifier and Type Method Description static XMLMarshalExceptionXMLMarshalException. defaultRootElementNotSpecified(XMLDescriptor descriptor)static XMLMarshalExceptionXMLMarshalException. schemaReferenceNotSet(XMLDescriptor descriptor) -
Uses of XMLDescriptor in org.eclipse.persistence.internal.oxm
Subclasses of XMLDescriptor in org.eclipse.persistence.internal.oxm Modifier and Type Class Description classXMLSequencedDescriptorPurpose:An extnesion of XMLDescriptor that's used for sequened objects. -
Uses of XMLDescriptor in org.eclipse.persistence.internal.sessions.factories
Methods in org.eclipse.persistence.internal.sessions.factories that return XMLDescriptor Modifier and Type Method Description protected XMLDescriptorObjectPersistenceRuntimeXMLProject_11_1_1. buildPLSQLStoredProcedureCallDescriptor()Methods in org.eclipse.persistence.internal.sessions.factories with parameters of type XMLDescriptor Modifier and Type Method Description voidDirectToXMLTypeMappingHelper. addClassIndicator(XMLDescriptor descriptor, String namespaceXPath)Add the XMLType mapping indicator to the DatabaseMapping descriptor. -
Uses of XMLDescriptor in org.eclipse.persistence.oxm
Methods in org.eclipse.persistence.oxm that return XMLDescriptor Modifier and Type Method Description XMLDescriptorXMLContext. getDescriptor(QName qName)INTERNAL: Return the XMLDescriptor with the default root mapping matching the QName parameter.XMLDescriptorXMLContext. getDescriptor(XPathQName xpathQName)INTERNAL: Return the XMLDescriptor with the default root mapping matching the QName parameter.protected XMLDescriptorXMLMarshaller. getDescriptor(Object object, AbstractSession session, boolean isXMLRoot)XMLDescriptorXMLContext. getDescriptorByGlobalType(XPathFragment xPathFragment)INTERNAL: Return the XMLDescriptor mapped to the global type matching the XPathFragment parameter.Methods in org.eclipse.persistence.oxm with parameters of type XMLDescriptor Modifier and Type Method Description voidXMLContext. addDescriptorByQName(QName qName, XMLDescriptor descriptor)UnmarshalRecordXMLUnmarshaller. createUnmarshalRecord(XMLDescriptor xmlDescriptor, AbstractSession session)INTERNALprotected NodeXMLMarshaller. getNode(Object object, Node parentNode, AbstractSession session, XMLDescriptor xmlDescriptor, boolean isXMLRoot)AbstractSessionXMLContext. getReadSession(XMLDescriptor xmlDescriptor)INTERNAL: Return the session corresponding to this XMLDescriptor.AbstractSessionXMLContext. getSession(XMLDescriptor xmlDescriptor)INTERNAL: Return the session corresponding to this XMLDescriptor.protected DocumentXMLMarshaller. objectToXML(Object object, XMLDescriptor descriptor, boolean isXMLRoot)INTERNAL: Convert the given object to an XML DocumentDocumentXMLMarshaller. 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)protected NodeXMLMarshaller. objectToXMLNode(Object object, Node rootNode, AbstractSession session, XMLDescriptor descriptor, boolean isXMLRoot)voidXMLContext. storeXMLDescriptorByQName(XMLDescriptor xmlDescriptor)INTERNAL: -
Uses of XMLDescriptor in org.eclipse.persistence.oxm.mappings
Methods in org.eclipse.persistence.oxm.mappings that return XMLDescriptor Modifier and Type Method Description 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)Methods in org.eclipse.persistence.oxm.mappings with parameters of type XMLDescriptor Modifier and Type Method Description protected AbstractRecordXMLAnyCollectionMapping. buildCompositeRow(Object attributeValue, AbstractSession session, XMLDescriptor referenceDescriptor, AbstractRecord parentRow, DatabaseField field, Object originalObject, boolean wasXMLRoot)protected AbstractRecordXMLAnyObjectMapping. buildCompositeRow(Object attributeValue, AbstractSession session, XMLDescriptor referenceDescriptor, AbstractRecord parentRow, DatabaseField field, Object originalObject, boolean wasXMLRoot) -
Uses of XMLDescriptor in org.eclipse.persistence.platform.xml
Methods in org.eclipse.persistence.platform.xml with parameters of type XMLDescriptor Modifier and Type Method Description booleanXMLPlatform. validate(Element elem, XMLDescriptor xmlDescriptor, ErrorHandler handler)Validates a document fragment against a complex type or element in the XML schema -
Uses of XMLDescriptor in org.eclipse.persistence.sessions.factories
Methods in org.eclipse.persistence.sessions.factories with parameters of type XMLDescriptor Modifier and Type Method Description voidOracleDirectToXMLTypeMappingHelper. addClassIndicator(XMLDescriptor descriptor, String namespaceXPath)Add the XMLType mapping indicator to the DatabaseMapping descriptor.
-