Uses of Interface
commonj.sdo.helper.XMLHelper
Packages that use XMLHelper
Package
Description
-
Uses of XMLHelper in commonj.sdo.helper
Fields in commonj.sdo.helper declared as XMLHelperModifier and TypeFieldDescriptionstatic final XMLHelperXMLHelper.INSTANCEThe default XMLHelper.Methods in commonj.sdo.helper that return XMLHelperModifier and TypeMethodDescriptionHelperContext.getXMLHelper()Gets the XMLHelper to use in this context. -
Uses of XMLHelper in commonj.sdo.impl
Methods in commonj.sdo.impl that return XMLHelperModifier and TypeMethodDescriptionstatic XMLHelperHelperProvider.getXMLHelper()Gets an XMLHelperHelperProviderImpl.xmlHelper() -
Uses of XMLHelper in org.eclipse.persistence.sdo
Methods in org.eclipse.persistence.sdo with parameters of type XMLHelperModifier and TypeMethodDescriptionstatic SDOXMLHelperSDOHelper.getXMLHelper(XMLHelper xmlHelper) Return the EclipseLink implementation of XMLHelper.static <T> TUnwraps a given XMLHelper resulting in an EclipseLink SDOXMLHelper or an EclipseLink XMLContext depending on clazz. -
Uses of XMLHelper in org.eclipse.persistence.sdo.helper
Subinterfaces of XMLHelper in org.eclipse.persistence.sdo.helperModifier and TypeInterfaceDescriptioninterfacePurpose: Helper to transform XML documents into DataObects and DataObjects into XML documents.Fields in org.eclipse.persistence.sdo.helper declared as XMLHelperMethods in org.eclipse.persistence.sdo.helper that return XMLHelperModifier and TypeMethodDescriptionSDOHelperContext.getXMLHelper()Return the XMLHelper instance for this helper context. -
Uses of XMLHelper in org.eclipse.persistence.sdo.helper.delegates
Classes in org.eclipse.persistence.sdo.helper.delegates that implement XMLHelperModifier and TypeClassDescriptionclassPurpose: Helper to XML documents into DataObects and DataObjects into XML documents.classPurpose: Helper to XML documents into DataObects and DataObjects into XML documents. -
Uses of XMLHelper in org.eclipse.persistence.sdo.helper.jaxb
Classes in org.eclipse.persistence.sdo.helper.jaxb that implement XMLHelperModifier and TypeClassDescriptionclassThis implementation of commonj.sdo.helper.XMLHelper is responsible for ensuring that newly unmarshalled DataObjects are assigned a JAXB aware value store.