Uses of Interface
commonj.sdo.helper.DataFactory
Package
Description
-
Uses of DataFactory in commonj.sdo.helper
Modifier and TypeFieldDescriptionstatic final DataFactory
DataFactory.INSTANCE
The default DataFactory.Modifier and TypeMethodDescriptionHelperContext.getDataFactory()
Gets the DataFactory to use in this context. -
Uses of DataFactory in commonj.sdo.impl
Modifier and TypeMethodDescriptionHelperProviderImpl.dataFactory()
static DataFactory
HelperProvider.getDataFactory()
Gets a DataFactory -
Uses of DataFactory in org.eclipse.persistence.sdo
Modifier 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
Modifier and TypeInterfaceDescriptioninterface
Purpose: The implementation of commonj.sdo.helper.DataFactoryModifier and TypeMethodDescriptionSDOHelperContext.getDataFactory()
Return the DataFactory instance for this helper context. -
Uses of DataFactory in org.eclipse.persistence.sdo.helper.delegates
Modifier 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
Modifier and TypeClassDescriptionclass
This implementation of commonj.sdo.helper.DataFactory is responsible for ensuring that newly created DataObjects are assigned a JAXB aware value store.