Uses of Interface
commonj.sdo.helper.XSDHelper
-
Packages that use XSDHelper Package Description commonj.sdo.helper commonj.sdo.impl org.eclipse.persistence.sdo org.eclipse.persistence.sdo.helper org.eclipse.persistence.sdo.helper.delegates -
-
Uses of XSDHelper in commonj.sdo.helper
Fields in commonj.sdo.helper declared as XSDHelper Modifier and Type Field Description static XSDHelperXSDHelper. INSTANCEThe default XSDHelper.Methods in commonj.sdo.helper that return XSDHelper Modifier and Type Method Description XSDHelperHelperContext. getXSDHelper()Gets the XSDHelper to use in this context. -
Uses of XSDHelper in commonj.sdo.impl
Methods in commonj.sdo.impl that return XSDHelper Modifier and Type Method Description static XSDHelperHelperProvider. getXSDHelper()Gets an XSDHelperXSDHelperHelperProviderImpl. xsdHelper() -
Uses of XSDHelper in org.eclipse.persistence.sdo
Methods in org.eclipse.persistence.sdo with parameters of type XSDHelper Modifier and Type Method Description static SDOXSDHelperSDOHelper. getXSDHelper(XSDHelper xsdHelper)Return the EclipseLink implementation of XSDHelper.static <T> TSDOHelper. unwrap(XSDHelper xsdHelper, Class<T> clazz)Unwraps a given XSDHelper resulting in an EclipseLink SDOXSDHelper. -
Uses of XSDHelper in org.eclipse.persistence.sdo.helper
Subinterfaces of XSDHelper in org.eclipse.persistence.sdo.helper Modifier and Type Interface Description interfaceSDOXSDHelperPurpose: Provides access to additional information when the Type or Property is defined by an XML Schema (XSD).Fields in org.eclipse.persistence.sdo.helper declared as XSDHelper Modifier and Type Field Description protected XSDHelperSDOHelperContext. xsdHelperMethods in org.eclipse.persistence.sdo.helper that return XSDHelper Modifier and Type Method Description XSDHelperSDOHelperContext. getXSDHelper()Return the XSDHelper instance for this helper context. -
Uses of XSDHelper in org.eclipse.persistence.sdo.helper.delegates
Classes in org.eclipse.persistence.sdo.helper.delegates that implement XSDHelper Modifier and Type Class Description classSDOXSDHelperDelegatePurpose: Provides access to additional information when the Type or Property is defined by an XML Schema (XSD)..classSDOXSDHelperDelegatorPurpose: Provides access to additional information when the Type or Property is defined by an XML Schema (XSD)..
-