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 XMLDescriptorDBWSModelProject.buildAttachmentDescriptor()protected XMLDescriptorDBWSModelProject.buildBatchQueryDescriptor()Build an XMLDescriptor for BatchQueryOperation.protected XMLDescriptorDBWSModelProject.buildCollectionResultDescriptor()protected XMLDescriptorDBWSModelProject.buildDeleteDescriptor()protected XMLDescriptorDBWSModelProject.buildInsertDescriptor()protected XMLDescriptorDBWSModelProject.buildJpqlQueryDescriptor()protected XMLDescriptorDBWSModelProject.buildNamedQueryDescriptor()protected XMLDescriptorDBWSModelProject.buildParameterDescriptor()protected XMLDescriptorDBWSModelProject.buildProcedureArgumentDescriptor()protected XMLDescriptorDBWSModelProject.buildProcedureOutputArgumentDescriptor()protected XMLDescriptorDBWSModelProject.buildQueryDescriptor()protected XMLDescriptorDBWSModelProject.buildResultDescriptor()protected XMLDescriptorDBWSModelProject.buildServiceDescriptor()protected XMLDescriptorDBWSModelProject.buildSimpleXMLFormatDescriptor()protected XMLDescriptorDBWSModelProject.buildSqlQueryDescriptor()protected XMLDescriptorDBWSModelProject.buildStoredFunctionQueryDescriptor()protected XMLDescriptorDBWSModelProject.buildStoredProcedureQueryDescriptor()protected XMLDescriptorDBWSModelProject.buildUpdateDescriptor() -
Uses of XMLDescriptor in org.eclipse.persistence.exceptions
Methods in org.eclipse.persistence.exceptions with parameters of type XMLDescriptorModifier and TypeMethodDescriptionstatic XMLMarshalExceptionXMLMarshalException.defaultRootElementNotSpecified(XMLDescriptor descriptor) static XMLMarshalExceptionXMLMarshalException.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 TypeClassDescriptionclassPurpose: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 XMLDescriptorObjectPersistenceRuntimeXMLProject_11_1_1.buildPLSQLStoredProcedureCallDescriptor()Methods in org.eclipse.persistence.internal.sessions.factories with parameters of type XMLDescriptorModifier and TypeMethodDescriptionvoidDirectToXMLTypeMappingHelper.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.descriptorsByQNameMethods 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 TypeMethodDescriptionvoidXRServiceAdapter.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 XMLDescriptorXMLMarshaller.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 TypeMethodDescriptionvoidXMLContext.addDescriptorByQName(QName qName, XMLDescriptor descriptor) XMLUnmarshaller.createUnmarshalRecord(XMLDescriptor xmlDescriptor, AbstractSession session) INTERNALprotected NodeXMLMarshaller.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 DocumentXMLMarshaller.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 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 XMLDescriptorModifier and TypeMethodDescriptionprotected 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 XMLDescriptorModifier and TypeMethodDescriptionprotected 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 XMLDescriptorModifier and TypeMethodDescriptionbooleanXMLPlatform.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 TypeMethodDescriptionbooleanJAXPPlatform.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 TypeMethodDescriptionbooleanXDKPlatform.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 TypeMethodDescriptionvoidSDOType.setXmlDescriptor(XMLDescriptor anXMLDescriptor) INTERNAL: Set the XMLDescriptor on this TypeConstructors in org.eclipse.persistence.sdo with parameters of type XMLDescriptorModifierConstructorDescriptionprotectedSDOType(String uri, String name, SDOTypeHelper sdoTypeHelper, XMLDescriptor xmlDescriptor) protectedSDOType(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 TypeMethodDescriptionvoidSDOXMLHelper.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 TypeMethodDescriptionvoidSDOXMLHelperDelegate.initializeDescriptor(XMLDescriptor descriptor) voidSDOXMLHelperDelegator.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 TypeMethodDescriptionvoidOracleDirectToXMLTypeMappingHelper.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 XMLDescriptorUtil.buildOXDescriptor(String tableAlias, String schemaAlias, String generatedJavaClassName, String targetNamespace) Build an XMLDescriptor for a given table.static XMLDescriptorUtil.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 JavaTypeXmlBindingsGenerator.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 XmlBindingsXmlBindingsGenerator.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 XMLDescriptorOracleHelper.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 XMLDescriptorOracleHelper.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 XMLDescriptorOracleHelper.buildNewXMLDescriptor(String objectAlias, String userType, String targetNamespace) Build an XMLDescriptor based on a given descriptor alias, schema alias, and target namespace.protected XMLDescriptorOracleHelper.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 voidOracleHelper.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 voidOracleHelper.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 voidOracleHelper.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 XMLCompositeDirectCollectionMappingOracleHelper.buildAndAddXMLCompositeDirectCollectionMapping(XMLDescriptor xdesc, String attributeName, String xPath, Class<?> attributeElementClass) Build an XMLCompositeDirectCollectionMapping based on a given attribute name, xpath, and attribute element class.protected voidOracleHelper.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 voidOracleHelper.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.