org.eclipse.persistence.sdo.helper
Interface SDODataFactory
- All Superinterfaces:
- DataFactory
- All Known Implementing Classes:
- JAXBDataFactory, SDODataFactoryDelegate, SDODataFactoryDelegator
public interface SDODataFactory
- extends DataFactory
Purpose: The implementation of commonj.sdo.helper.DataFactory
getHelperContext
HelperContext getHelperContext()
- INTERNAL:
Return the helperContext that this instance is associated with.
- Returns:
setHelperContext
void setHelperContext(HelperContext helperContext)
- INTERNAL:
Set the helperContext that this instance is associated with.
- Parameters:
helperContext
-