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 XMLHelper
XMLHelper.INSTANCE
The 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 XMLHelper
HelperProvider.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 SDOXMLHelper
SDOHelper.getXMLHelper
(XMLHelper xmlHelper) Return the EclipseLink implementation of XMLHelper.static <T> T
Unwraps 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 TypeInterfaceDescriptioninterface
Purpose: 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 TypeClassDescriptionclass
Purpose: Helper to XML documents into DataObects and DataObjects into XML documents.class
Purpose: 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 TypeClassDescriptionclass
This implementation of commonj.sdo.helper.XMLHelper is responsible for ensuring that newly unmarshalled DataObjects are assigned a JAXB aware value store.