Uses of Interface
commonj.sdo.helper.DataFactory
Packages that use DataFactory
Package
Description
-
Uses of DataFactory in commonj.sdo.helper
Fields in commonj.sdo.helper declared as DataFactoryModifier and TypeFieldDescriptionstatic final DataFactory
DataFactory.INSTANCE
The default DataFactory.Methods in commonj.sdo.helper that return DataFactoryModifier and TypeMethodDescriptionHelperContext.getDataFactory()
Gets the DataFactory to use in this context. -
Uses of DataFactory in commonj.sdo.impl
Methods in commonj.sdo.impl that return DataFactoryModifier and TypeMethodDescriptionHelperProviderImpl.dataFactory()
static DataFactory
HelperProvider.getDataFactory()
Gets a DataFactory -
Uses of DataFactory in org.eclipse.persistence.sdo
Methods in org.eclipse.persistence.sdo with parameters of type DataFactoryModifier and TypeMethodDescriptionstatic SDODataFactory
SDOHelper.getDataFactory
(DataFactory dataFactory) Return the EclipseLink implementation of DataFactory.static <T> T
SDOHelper.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.helperModifier and TypeInterfaceDescriptioninterface
Purpose: The implementation of commonj.sdo.helper.DataFactoryFields in org.eclipse.persistence.sdo.helper declared as DataFactoryMethods in org.eclipse.persistence.sdo.helper that return DataFactoryModifier and TypeMethodDescriptionSDOHelperContext.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 DataFactoryModifier and TypeClassDescriptionclass
Purpose: Helper to provide access to SDO Data Factory.class
Purpose: Helper to provide access to SDO Data Factory. -
Uses of DataFactory in org.eclipse.persistence.sdo.helper.jaxb
Classes in org.eclipse.persistence.sdo.helper.jaxb that implement DataFactoryModifier and TypeClassDescriptionclass
This implementation of commonj.sdo.helper.DataFactory is responsible for ensuring that newly created DataObjects are assigned a JAXB aware value store.