Skip navigation links

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

E26376-01


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


Field Summary

 

Fields inherited from interface commonj.sdo.helper.DataFactory
INSTANCE

 

Method Summary
 HelperContext getHelperContext()
          INTERNAL: Return the helperContext that this instance is associated with.
 void setHelperContext(HelperContext helperContext)
          INTERNAL: Set the helperContext that this instance is associated with.

 

Methods inherited from interface commonj.sdo.helper.DataFactory
create, create, create

 

Method Detail

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 -

Skip navigation links

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

E26376-01


Copyright © 2007, Eclipse Foundation, Inc. and its licensors. All rights reserved.