Uses of Class
org.eclipse.persistence.oxm.XMLDescriptor
Package
Description
-
Uses of XMLDescriptor in org.eclipse.persistence.dbws
Modifier and TypeMethodDescriptionprotected XMLDescriptor
DBWSModelProject.buildAttachmentDescriptor()
protected XMLDescriptor
DBWSModelProject.buildBatchQueryDescriptor()
Build an XMLDescriptor for BatchQueryOperation.protected XMLDescriptor
DBWSModelProject.buildCollectionResultDescriptor()
protected XMLDescriptor
DBWSModelProject.buildDeleteDescriptor()
protected XMLDescriptor
DBWSModelProject.buildInsertDescriptor()
protected XMLDescriptor
DBWSModelProject.buildJpqlQueryDescriptor()
protected XMLDescriptor
DBWSModelProject.buildNamedQueryDescriptor()
protected XMLDescriptor
DBWSModelProject.buildParameterDescriptor()
protected XMLDescriptor
DBWSModelProject.buildProcedureArgumentDescriptor()
protected XMLDescriptor
DBWSModelProject.buildProcedureOutputArgumentDescriptor()
protected XMLDescriptor
DBWSModelProject.buildQueryDescriptor()
protected XMLDescriptor
DBWSModelProject.buildResultDescriptor()
protected XMLDescriptor
DBWSModelProject.buildServiceDescriptor()
protected XMLDescriptor
DBWSModelProject.buildSimpleXMLFormatDescriptor()
protected XMLDescriptor
DBWSModelProject.buildSqlQueryDescriptor()
protected XMLDescriptor
DBWSModelProject.buildStoredFunctionQueryDescriptor()
protected XMLDescriptor
DBWSModelProject.buildStoredProcedureQueryDescriptor()
protected XMLDescriptor
DBWSModelProject.buildUpdateDescriptor()
-
Uses of XMLDescriptor in org.eclipse.persistence.exceptions
Modifier and TypeMethodDescriptionstatic XMLMarshalException
XMLMarshalException.defaultRootElementNotSpecified
(XMLDescriptor descriptor) static XMLMarshalException
XMLMarshalException.schemaReferenceNotSet
(XMLDescriptor descriptor) -
Uses of XMLDescriptor in org.eclipse.persistence.internal.dbws
Modifier and TypeFieldDescriptionprotected Map
<String, XMLDescriptor> SOAPResponseWriter.resultDescriptors
-
Uses of XMLDescriptor in org.eclipse.persistence.internal.oxm
Modifier and TypeClassDescriptionclass
Purpose:An extnesion of XMLDescriptor that's used for sequened objects. -
Uses of XMLDescriptor in org.eclipse.persistence.internal.sessions.factories
Modifier and TypeMethodDescriptionprotected XMLDescriptor
ObjectPersistenceRuntimeXMLProject_11_1_1.buildPLSQLStoredProcedureCallDescriptor()
Modifier and TypeMethodDescriptionvoid
DirectToXMLTypeMappingHelper.addClassIndicator
(XMLDescriptor descriptor, String namespaceXPath) Add the XMLType mapping indicator to the DatabaseMapping descriptor. -
Uses of XMLDescriptor in org.eclipse.persistence.internal.xr
Modifier and TypeFieldDescriptionprotected Map
<QName, XMLDescriptor> XRServiceAdapter.descriptorsByQName
Modifier and TypeMethodDescriptionvoid
XRServiceAdapter.setDescriptorsByQName
(Map<QName, XMLDescriptor> descriptorsByQName) -
Uses of XMLDescriptor in org.eclipse.persistence.oxm
Modifier and TypeMethodDescriptionXMLContext.getDescriptor
(QName qName) INTERNAL: Return the XMLDescriptor with the default root mapping matching the QName parameter.XMLContext.getDescriptor
(XPathQName xpathQName) INTERNAL: Return the XMLDescriptor with the default root mapping matching the QName parameter.protected XMLDescriptor
XMLMarshaller.getDescriptor
(Object object, AbstractSession session, boolean isXMLRoot) XMLContext.getDescriptorByGlobalType
(XPathFragment xPathFragment) INTERNAL: Return the XMLDescriptor mapped to the global type matching the XPathFragment parameter.Modifier and TypeMethodDescriptionvoid
XMLContext.addDescriptorByQName
(QName qName, XMLDescriptor descriptor) XMLUnmarshaller.createUnmarshalRecord
(XMLDescriptor xmlDescriptor, AbstractSession session) INTERNALprotected Node
XMLMarshaller.getNode
(Object object, Node parentNode, AbstractSession session, XMLDescriptor xmlDescriptor, boolean isXMLRoot) XMLContext.getReadSession
(XMLDescriptor xmlDescriptor) INTERNAL: Return the session corresponding to this XMLDescriptor.XMLContext.getSession
(XMLDescriptor xmlDescriptor) INTERNAL: Return the session corresponding to this XMLDescriptor.protected Document
XMLMarshaller.objectToXML
(Object object, XMLDescriptor descriptor, boolean isXMLRoot) INTERNAL: Convert the given object to an XML DocumentXMLMarshaller.objectToXML
(Object object, XMLDescriptor descriptor, XMLRecord xmlRow, boolean isXMLRoot, DocumentPreservationPolicy docPresPolicy) INTERNAL: Convert the given object to an XML DocumentXMLMarshaller.objectToXML
(Object object, Node rootNode, XMLDescriptor descriptor, XMLRecord xmlRow, boolean isXMLRoot, DocumentPreservationPolicy docPresPolicy) protected Node
XMLMarshaller.objectToXMLNode
(Object object, Node rootNode, AbstractSession session, XMLDescriptor descriptor, boolean isXMLRoot) void
XMLContext.storeXMLDescriptorByQName
(XMLDescriptor xmlDescriptor) INTERNAL: -
Uses of XMLDescriptor in org.eclipse.persistence.oxm.mappings
Modifier and TypeMethodDescriptionprotected XMLDescriptor
XMLAbstractAnyMapping.getDescriptor
(XMLRecord xmlRecord, AbstractSession session, QName rootQName) protected XMLDescriptor
XMLAnyAttributeMapping.getDescriptor
(XMLRecord xmlRecord, AbstractSession session) protected XMLDescriptor
XMLCompositeCollectionMapping.getDescriptor
(XMLRecord xmlRecord, AbstractSession session, QName rootQName) protected XMLDescriptor
XMLCompositeObjectMapping.getDescriptor
(XMLRecord xmlRecord, AbstractSession session, QName rootQName) Modifier and TypeMethodDescriptionprotected AbstractRecord
XMLAnyCollectionMapping.buildCompositeRow
(Object attributeValue, AbstractSession session, XMLDescriptor referenceDescriptor, AbstractRecord parentRow, DatabaseField field, Object originalObject, boolean wasXMLRoot) protected AbstractRecord
XMLAnyObjectMapping.buildCompositeRow
(Object attributeValue, AbstractSession session, XMLDescriptor referenceDescriptor, AbstractRecord parentRow, DatabaseField field, Object originalObject, boolean wasXMLRoot) -
Uses of XMLDescriptor in org.eclipse.persistence.platform.xml
Modifier and TypeMethodDescriptionboolean
XMLPlatform.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.platform.xml.jaxp
Modifier and TypeMethodDescriptionboolean
JAXPPlatform.validate
(Element elem, XMLDescriptor xmlDescriptor, ErrorHandler handler) -
Uses of XMLDescriptor in org.eclipse.persistence.platform.xml.xdk
Modifier and TypeMethodDescriptionboolean
XDKPlatform.validate
(Element elem, XMLDescriptor xmlDescriptor, ErrorHandler errorHandler) Validates a document fragment against a complex type or element in the XML schema -
Uses of XMLDescriptor in org.eclipse.persistence.sdo
Modifier and TypeMethodDescriptionvoid
SDOType.setXmlDescriptor
(XMLDescriptor anXMLDescriptor) INTERNAL: Set the XMLDescriptor on this TypeModifierConstructorDescriptionprotected
SDOType
(String uri, String name, SDOTypeHelper sdoTypeHelper, XMLDescriptor xmlDescriptor) protected
SDOType
(SDOTypeHelper sdoTypeHelper, XMLDescriptor xmlDescriptor) -
Uses of XMLDescriptor in org.eclipse.persistence.sdo.helper
Modifier and TypeMethodDescriptionvoid
SDOXMLHelper.initializeDescriptor
(XMLDescriptor descriptor) -
Uses of XMLDescriptor in org.eclipse.persistence.sdo.helper.delegates
Modifier and TypeMethodDescriptionvoid
SDOXMLHelperDelegate.initializeDescriptor
(XMLDescriptor descriptor) void
SDOXMLHelperDelegator.initializeDescriptor
(XMLDescriptor descriptor) -
Uses of XMLDescriptor in org.eclipse.persistence.sdo.types
-
Uses of XMLDescriptor in org.eclipse.persistence.sessions.factories
Modifier and TypeMethodDescriptionvoid
OracleDirectToXMLTypeMappingHelper.addClassIndicator
(XMLDescriptor descriptor, String namespaceXPath) Add the XMLType mapping indicator to the DatabaseMapping descriptor. -
Uses of XMLDescriptor in org.eclipse.persistence.tools.dbws
Modifier and TypeMethodDescriptionstatic XMLDescriptor
Util.buildOXDescriptor
(String tableAlias, String schemaAlias, String generatedJavaClassName, String targetNamespace) Build an XMLDescriptor for a given table.static XMLDescriptor
Util.buildOXDescriptor
(String tableName, String projectName, String targetNamespace, NamingConventionTransformer nct) Build an XMLDescriptor for a given table.Modifier and TypeMethodDescriptionprotected static JavaType
XmlBindingsGenerator.generateJavaType
(XMLDescriptor xdesc) Process a given XMLDescriptor and return a JavaType instance.Modifier and TypeMethodDescriptionstatic XmlBindings
XmlBindingsGenerator.generateXmlBindings
(String packageName, List<XMLDescriptor> descriptors) Generate an XmlBindings instance based on a list of XML descriptors. -
Uses of XMLDescriptor in org.eclipse.persistence.tools.dbws.oracle
Modifier and TypeMethodDescriptionprotected XMLDescriptor
OracleHelper.buildAndAddNewXMLDescriptor
(Project oxProject, String objectAlias, String userType, String targetNamespace) Build an XMLDescriptor based on a given descriptor alias, schema alias and target namespace, and add the newly created descriptor to the given OX Project.protected XMLDescriptor
OracleHelper.buildAndAddNewXMLDescriptor
(Project oxProject, String objectAlias, String javaClassName, String userType, String targetNamespace) Build an XMLDescriptor based on a given descriptor alias, schema alias, java class name and target namespace, and add the newly created descriptor to the given OX Project.protected XMLDescriptor
OracleHelper.buildNewXMLDescriptor
(String objectAlias, String userType, String targetNamespace) Build an XMLDescriptor based on a given descriptor alias, schema alias, and target namespace.protected XMLDescriptor
OracleHelper.buildNewXMLDescriptor
(String objectAlias, String javaClassName, String userType, String targetNamespace) Build an XMLDescriptor based on a given descriptor alias, java class name schema alias, and target namespace.Modifier and TypeMethodDescriptionprotected void
OracleHelper.addDirectMappingForFieldType
(XMLDescriptor xdesc, String attributeName, FieldType fType) Create an XMLDirectMapping for a given FieldType instance, and add the newly created mapping to the given XMLDescriptor.protected void
OracleHelper.buildAndAddXMLCompositeCollectionMapping
(XMLDescriptor xdesc, String referenceClassName) Build an XMLCompositeCollectionMapping based on a given reference class name, and add the newly created mapping to the given descriptor.protected void
OracleHelper.buildAndAddXMLCompositeCollectionMapping
(XMLDescriptor xdesc, String attributeName, String xPath, String referenceClassName) Build an XMLCompositeCollectionMapping based on a given attribute name, xpath, and reference class, and add the newly created mapping to the given descriptor.protected XMLCompositeDirectCollectionMapping
OracleHelper.buildAndAddXMLCompositeDirectCollectionMapping
(XMLDescriptor xdesc, String attributeName, String xPath, Class<?> attributeElementClass) Build an XMLCompositeDirectCollectionMapping based on a given attribute name, xpath, and attribute element class.protected void
OracleHelper.buildAndAddXMLCompositeObjectMapping
(XMLDescriptor xdesc, String attributeName, String referenceClassName) Build an XMLCompositeObjectMapping based on given attribute and reference class names, and add the newly created mapping to the given descriptor.protected void
OracleHelper.buildAndAddXMLCompositeObjectMapping
(XMLDescriptor xdesc, String attributeName, String xpath, String referenceClassName) Build an XMLCompositeObjectMapping based on given attribute and reference class names, and add the newly created mapping to the given descriptor.