Module org.eclipse.persistence.sdo
Interface SDODataFactory
- All Superinterfaces:
DataFactory
- All Known Implementing Classes:
JAXBDataFactory,SDODataFactoryDelegate,SDODataFactoryDelegator
Purpose: The implementation of commonj.sdo.helper.DataFactory
-
Field Summary
Fields inherited from interface commonj.sdo.helper.DataFactory
INSTANCE -
Method Summary
Modifier and TypeMethodDescriptionINTERNAL: Return the helperContext that this instance is associated with.voidsetHelperContext(HelperContext helperContext) INTERNAL: Set the helperContext that this instance is associated with.Methods inherited from interface commonj.sdo.helper.DataFactory
create, create, create
-
Method Details
-
getHelperContext
HelperContext getHelperContext()INTERNAL: Return the helperContext that this instance is associated with.- Returns:
-
setHelperContext
INTERNAL: Set the helperContext that this instance is associated with.- Parameters:
helperContext-
-