public class SDODataFactoryDelegate extends java.lang.Object implements SDODataFactory
Purpose: Helper to provide access to SDO Data Factory.
Responsibilities:
Constructor and Description |
---|
SDODataFactoryDelegate(commonj.sdo.helper.HelperContext aContext) |
Modifier and Type | Method and Description |
---|---|
commonj.sdo.DataObject |
create(java.lang.Class interfaceClass) |
commonj.sdo.DataObject |
create(java.lang.String uri,
java.lang.String typeName) |
commonj.sdo.DataObject |
create(commonj.sdo.Type type) |
commonj.sdo.helper.HelperContext |
getHelperContext()
INTERNAL:
Return the current helperContext associated with this delegate.
|
void |
setHelperContext(commonj.sdo.helper.HelperContext helperContext)
INTERNAL:
Set the current helperContext to be associated with this delegate
|
public SDODataFactoryDelegate(commonj.sdo.helper.HelperContext aContext)
public commonj.sdo.DataObject create(java.lang.String uri, java.lang.String typeName)
create
in interface commonj.sdo.helper.DataFactory
public commonj.sdo.DataObject create(java.lang.Class interfaceClass)
create
in interface commonj.sdo.helper.DataFactory
public commonj.sdo.DataObject create(commonj.sdo.Type type)
create
in interface commonj.sdo.helper.DataFactory
public commonj.sdo.helper.HelperContext getHelperContext()
getHelperContext
in interface SDODataFactory
public void setHelperContext(commonj.sdo.helper.HelperContext helperContext)
setHelperContext
in interface SDODataFactory
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference