Uses of Class
org.eclipse.persistence.oxm.XMLDescriptor
Packages that use XMLDescriptor
Package
Description
-
Uses of XMLDescriptor in org.eclipse.persistence.dbws
Methods in org.eclipse.persistence.dbws that return XMLDescriptorModifier 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
Methods in org.eclipse.persistence.exceptions with parameters of type XMLDescriptorModifier and TypeMethodDescriptionstatic XMLMarshalException
XMLMarshalException.defaultRootElementNotSpecified
(XMLDescriptor descriptor) static XMLMarshalException
XMLMarshalException.schemaReferenceNotSet
(XMLDescriptor descriptor) -
Uses of XMLDescriptor in org.eclipse.persistence.internal.dbws
Fields in org.eclipse.persistence.internal.dbws with type parameters of type XMLDescriptorModifier and TypeFieldDescriptionprotected Map
<String, XMLDescriptor> SOAPResponseWriter.resultDescriptors
-
Uses of XMLDescriptor in org.eclipse.persistence.internal.oxm
Subclasses of XMLDescriptor in org.eclipse.persistence.internal.oxmModifier and TypeClassDescriptionclass
Purpose: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 XMLDescriptorModifier and TypeMethodDescriptionprotected XMLDescriptor
ObjectPersistenceRuntimeXMLProject_11_1_1.buildPLSQLStoredProcedureCallDescriptor()
Methods in org.eclipse.persistence.internal.sessions.factories with parameters of type XMLDescriptorModifier 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
Fields in org.eclipse.persistence.internal.xr with type parameters of type XMLDescriptorModifier and TypeFieldDescriptionprotected Map
<QName, XMLDescriptor> XRServiceAdapter.descriptorsByQName
Methods in org.eclipse.persistence.internal.xr that return types with arguments of type XMLDescriptorMethod parameters in org.eclipse.persistence.internal.xr with type arguments of type XMLDescriptorModifier and TypeMethodDescriptionvoid
XRServiceAdapter.setDescriptorsByQName
(Map<QName, XMLDescriptor> descriptorsByQName) -
Uses of XMLDescriptor in org.eclipse.persistence.oxm
Methods in org.eclipse.persistence.oxm that return XMLDescriptorModifier 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.Methods in org.eclipse.persistence.oxm with parameters of type XMLDescriptorModifier 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
Methods in org.eclipse.persistence.oxm.mappings that return XMLDescriptorModifier 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) Methods in org.eclipse.persistence.oxm.mappings with parameters of type XMLDescriptorModifier 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
Methods in org.eclipse.persistence.platform.xml with parameters of type XMLDescriptorModifier 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
Methods in org.eclipse.persistence.platform.xml.jaxp with parameters of type XMLDescriptorModifier and TypeMethodDescriptionboolean
JAXPPlatform.validate
(Element elem, XMLDescriptor xmlDescriptor, ErrorHandler handler) -
Uses of XMLDescriptor in org.eclipse.persistence.platform.xml.xdk
Methods in org.eclipse.persistence.platform.xml.xdk with parameters of type XMLDescriptorModifier 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
Fields in org.eclipse.persistence.sdo declared as XMLDescriptorMethods in org.eclipse.persistence.sdo that return XMLDescriptorMethods in org.eclipse.persistence.sdo with parameters of type XMLDescriptorModifier and TypeMethodDescriptionvoid
SDOType.setXmlDescriptor
(XMLDescriptor anXMLDescriptor) INTERNAL: Set the XMLDescriptor on this TypeConstructors in org.eclipse.persistence.sdo with parameters of type XMLDescriptorModifierConstructorDescriptionprotected
SDOType
(String uri, String name, SDOTypeHelper sdoTypeHelper, XMLDescriptor xmlDescriptor) protected
SDOType
(SDOTypeHelper sdoTypeHelper, XMLDescriptor xmlDescriptor) -
Uses of XMLDescriptor in org.eclipse.persistence.sdo.helper
Methods in org.eclipse.persistence.sdo.helper with parameters of type XMLDescriptorModifier and TypeMethodDescriptionvoid
SDOXMLHelper.initializeDescriptor
(XMLDescriptor descriptor) -
Uses of XMLDescriptor in org.eclipse.persistence.sdo.helper.delegates
Methods in org.eclipse.persistence.sdo.helper.delegates with parameters of type XMLDescriptorModifier and TypeMethodDescriptionvoid
SDOXMLHelperDelegate.initializeDescriptor
(XMLDescriptor descriptor) void
SDOXMLHelperDelegator.initializeDescriptor
(XMLDescriptor descriptor) -
Uses of XMLDescriptor in org.eclipse.persistence.sdo.types
Methods in org.eclipse.persistence.sdo.types that return XMLDescriptor -
Uses of XMLDescriptor in org.eclipse.persistence.sessions.factories
Methods in org.eclipse.persistence.sessions.factories with parameters of type XMLDescriptorModifier 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
Methods in org.eclipse.persistence.tools.dbws that return XMLDescriptorModifier 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.Methods in org.eclipse.persistence.tools.dbws with parameters of type XMLDescriptorModifier and TypeMethodDescriptionprotected static JavaType
XmlBindingsGenerator.generateJavaType
(XMLDescriptor xdesc) Process a given XMLDescriptor and return a JavaType instance.Method parameters in org.eclipse.persistence.tools.dbws with type arguments of type XMLDescriptorModifier 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
Methods in org.eclipse.persistence.tools.dbws.oracle that return XMLDescriptorModifier 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.Methods in org.eclipse.persistence.tools.dbws.oracle with parameters of type XMLDescriptorModifier 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.