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
Interface SDODataFactory

All Known Implementing Classes:
JAXBDataFactory, SDODataFactoryDelegate, SDODataFactoryDelegator

public interface SDODataFactory

Purpose: The implementation of commonj.sdo.helper.DataFactory


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.

 

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

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