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 DataFactoryDataFactory.INSTANCEThe 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 DataFactoryHelperProvider.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 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.helperModifier and TypeInterfaceDescriptioninterfacePurpose: 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 TypeClassDescriptionclassPurpose: Helper to provide access to SDO Data Factory.classPurpose: 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 TypeClassDescriptionclassThis implementation of commonj.sdo.helper.DataFactory is responsible for ensuring that newly created DataObjects are assigned a JAXB aware value store.