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