Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

E28847-01


org.eclipse.persistence.sdo.helper.delegates
Class SDODataFactoryDelegate

java.lang.Object
  extended by org.eclipse.persistence.sdo.helper.delegates.SDODataFactoryDelegate

All Implemented Interfaces:
SDODataFactory
Direct Known Subclasses:
JAXBDataFactory

public class SDODataFactoryDelegate
extends java.lang.Object
implements SDODataFactory

Purpose: Helper to provide access to SDO Data Factory.

Responsibilities:


Field Summary
private  HelperContext aHelperContext
           

 

Constructor Summary
SDODataFactoryDelegate(HelperContext aContext)
           

 

Method Summary
 DataObject create(java.lang.Class interfaceClass)
           
 DataObject create(java.lang.String uri, java.lang.String typeName)
           
 DataObject create(Type type)
           
 HelperContext getHelperContext()
          INTERNAL: Return the current helperContext associated with this delegate.
 void setHelperContext(HelperContext helperContext)
          INTERNAL: Set the current helperContext to be associated with this delegate

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

aHelperContext

private HelperContext aHelperContext

Constructor Detail

SDODataFactoryDelegate

public SDODataFactoryDelegate(HelperContext aContext)

Method Detail

create

public DataObject create(java.lang.String uri,
                         java.lang.String typeName)

create

public DataObject create(java.lang.Class interfaceClass)

create

public DataObject create(Type type)

getHelperContext

public HelperContext getHelperContext()
INTERNAL: Return the current helperContext associated with this delegate.
Specified by:
getHelperContext in interface SDODataFactory
Returns:

setHelperContext

public void setHelperContext(HelperContext helperContext)
INTERNAL: Set the current helperContext to be associated with this delegate
Specified by:
setHelperContext in interface SDODataFactory

Skip navigation links

Copyright © 1998, 2012, Oracle. All Rights Reserved.