Uses of Interface
commonj.sdo.helper.DataFactory
-
Packages that use DataFactory 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 DataFactory in commonj.sdo.helper
Fields in commonj.sdo.helper declared as DataFactory Modifier and Type Field Description static DataFactoryDataFactory. INSTANCEThe default DataFactory.Methods in commonj.sdo.helper that return DataFactory Modifier and Type Method Description DataFactoryHelperContext. getDataFactory()Gets the DataFactory to use in this context. -
Uses of DataFactory in commonj.sdo.impl
Methods in commonj.sdo.impl that return DataFactory Modifier and Type Method Description DataFactoryHelperProviderImpl. dataFactory()static DataFactoryHelperProvider. getDataFactory()Gets a DataFactory -
Uses of DataFactory in org.eclipse.persistence.sdo
Methods in org.eclipse.persistence.sdo with parameters of type DataFactory Modifier and Type Method Description static SDODataFactorySDOHelper. getDataFactory(DataFactory dataFactory)Return the EclipseLink implementation of DataFactory.static <T> TSDOHelper. unwrap(DataFactory dataFactory, Class<T> clazz)Unwraps a given DataFactory resulting in an EclipseLink SDODataFactory. -
Uses of DataFactory in org.eclipse.persistence.sdo.helper
Subinterfaces of DataFactory in org.eclipse.persistence.sdo.helper Modifier and Type Interface Description interfaceSDODataFactoryPurpose: The implementation of commonj.sdo.helper.DataFactoryFields in org.eclipse.persistence.sdo.helper declared as DataFactory Modifier and Type Field Description protected DataFactorySDOHelperContext. dataFactoryMethods in org.eclipse.persistence.sdo.helper that return DataFactory Modifier and Type Method Description DataFactorySDOHelperContext. getDataFactory()Return the DataFactory instance for this helper context. -
Uses of DataFactory in org.eclipse.persistence.sdo.helper.delegates
Classes in org.eclipse.persistence.sdo.helper.delegates that implement DataFactory Modifier and Type Class Description classSDODataFactoryDelegatePurpose: Helper to provide access to SDO Data Factory.classSDODataFactoryDelegatorPurpose: Helper to provide access to SDO Data Factory.
-