Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


Uses of Interface
oracle.odi.core.persistence.IOdiEntityManager

Packages that use IOdiEntityManager
oracle.odi.core Provides the OdiInstance class that is the entry point to Oracle Data Integrator core infrastructure. 
oracle.odi.core.persistence Provides Oracle Data Integrator core infrastructure persistence management API. 
oracle.odi.core.persistence.transaction Provides Oracle Data Integrator core infrastructure transaction management API. 
oracle.odi.core.persistence.transaction.support Support classes for oracle.odi.core.persistence.transaction package. 
oracle.odi.domain.runtime.loadplan   
oracle.odi.domain.xrefs.expression.contexts Defines contexts (aka scope) for expression parsing. 
oracle.odi.interfaces.interactive Provides interfaces for interactive handling of Oracle Data Integrator interfaces. 
oracle.odi.interfaces.interactive.support This package and its sub-packages provide the implementations for interactive handling of Oracle Data Integrator interfaces. 
oracle.odi.interfaces.interactive.support.sourceset.creators Contains classes which handles the Oracle Data Integrator interface source set creation. 
oracle.odi.interfaces.interactive.support.xrefs This package provides the implementation for expression contexts of data sets and target expressions in Oracle Data Integrator interfaces. 

 

Uses of IOdiEntityManager in oracle.odi.core

 

Methods in oracle.odi.core that return IOdiEntityManager
 IOdiEntityManager OdiInstance.createEntityManager()
          Create an application-managed IOdiEntityManager.
 IOdiEntityManager OdiInstance.getTransactionalEntityManager()
          Gets managed IOdiEntityManager, attached to the current transaction.

 

Uses of IOdiEntityManager in oracle.odi.core.persistence

 

Methods in oracle.odi.core.persistence that return IOdiEntityManager
 IOdiEntityManager IOdiEntityManagerFactory.createOdiEntityManager()
          Create an application managed IOdiEntityManager.
static IOdiEntityManager OdiEntityManagerFactoryUtils.getTransactionalEntityManager(IOdiEntityManagerFactory pEmf)
          Obtains transactional entity manager for given factory.

 

Methods in oracle.odi.core.persistence with parameters of type IOdiEntityManager
static void OdiEntityManagerFactoryUtils.closeEntityManager(IOdiEntityManager pEm)
          Close the given IOdiEntityManager, catching and logging any cleanup exceptions thrown.

 

Uses of IOdiEntityManager in oracle.odi.core.persistence.transaction

 

Methods in oracle.odi.core.persistence.transaction that return IOdiEntityManager
 IOdiEntityManager ITransactionDefinition.getExtendedPersistentContext()
          Return extended persistence context.

 

Uses of IOdiEntityManager in oracle.odi.core.persistence.transaction.support

 

Methods in oracle.odi.core.persistence.transaction.support that return IOdiEntityManager
 IOdiEntityManager DefaultTransactionDefinition.getExtendedPersistentContext()
           

 

Methods in oracle.odi.core.persistence.transaction.support with parameters of type IOdiEntityManager
 void DefaultTransactionDefinition.setExtendedEntityManager(IOdiEntityManager pExtendedEntityManager)
          Set the extended entity manager.

 

Uses of IOdiEntityManager in oracle.odi.domain.runtime.loadplan

 

Constructors in oracle.odi.domain.runtime.loadplan with parameters of type IOdiEntityManager
OdiLoadPlanValidator(IOdiEntityManager odiEntityManager)
          Create new loadplan validator.

 

Uses of IOdiEntityManager in oracle.odi.domain.xrefs.expression.contexts

 

Constructors in oracle.odi.domain.xrefs.expression.contexts with parameters of type IOdiEntityManager
GlobalExpressionContext(IOdiEntityManager pOdiEntityManager)
          Construct a new GlobalExpressionContext.

 

Uses of IOdiEntityManager in oracle.odi.interfaces.interactive

 

Methods in oracle.odi.interfaces.interactive that return IOdiEntityManager
 IOdiEntityManager IActionHelper.getEntityManager()
          Return the IOdiEntityManager instance that is used to control object persistence and synchronization for this helper.

 

Uses of IOdiEntityManager in oracle.odi.interfaces.interactive.support

 

Methods in oracle.odi.interfaces.interactive.support that return IOdiEntityManager
 IOdiEntityManager InteractiveInterfaceHelperWithActions.getEntityManager()
          Return the IOdiEntityManager instance that is used to control object persistence and synchronization for this helper.

 

Methods in oracle.odi.interfaces.interactive.support with parameters of type IOdiEntityManager
static OdiKM<?> InteractiveInterfaceHelperWithActions.chooseKM(java.lang.String pProjectCode, IOdiEntityManager pEntityManager, OdiTechnology pSourceTechnology, OdiTechnology pDestinationTechnology, java.lang.Class pKMClass, boolean pMultiConnexion)
          A static method used to pick a KM from among the available KMs.
 SourceSet ISourceSetCreator.createSourceSetFor(SourceDataStore[] pSourceDataStores, IOdiEntityManager pEntityManager, ISourceSetNameProvider pSourceSetNameProvider)
          Creates a SourceSet for the corresponding source datastores.

 

Constructors in oracle.odi.interfaces.interactive.support with parameters of type IOdiEntityManager
InteractiveInterfaceHelperWithActions(OdiInterface pInterface, OdiInstance pOdiInstance, IOdiEntityManager pOdiEntityManager)
          Constructor for this helper class, that takes an entity manager instance reference.
InteractiveInterfaceHelperWithActions(OdiInterface pInterface, OdiInstance pOdiInstance, IOdiEntityManager pOdiEntityManager, IInterfaceActionListener pActionListenerForChangesAtOpenTime)
          Constructor for this helper class, that takes an entity manager and an action listener interface instance reference.
InteractiveInterfaceHelperWithActions(OdiInterface pInterface, OdiInstance pOdiInstance, IOdiEntityManager pOdiEntityManager, ISourceSetComputer pSourceSetComputer, ISourceSetCreator pSourceSetCreator, ISourceSetNameProvider pSourceSetNameProvider, IMappingPersistencePolicy pMappingPersistencePolicy)
          Constructor for this helper class, that takes an entity manager and an action listener interface instance reference.
InteractiveInterfaceHelperWithActions(OdiInterface pInterface, OdiInstance pOdiInstance, IOdiEntityManager pOdiEntityManager, ISourceSetComputer pSourceSetComputer, ISourceSetCreator pSourceSetCreator, ISourceSetNameProvider pSourceSetNameProvider, IMappingPersistencePolicy pMappingPersistencePolicy, IAutoFixManager pAutoFixManager)
          Constructor for this helper class, that allows more specialized creator and provider classes to be specified.
InteractiveInterfaceHelperWithActions(OdiInterface pInterface, OdiInstance pOdiInstance, IOdiEntityManager pOdiEntityManager, ISourceSetComputer pSourceSetComputer, ISourceSetCreator pSourceSetCreator, ISourceSetNameProvider pSourceSetNameProvider, IMappingPersistencePolicy pMappingPersistencePolicy, IAutoFixManager pAutoFixManager, IInterfaceActionListener pActionListenerForChangesAtOpenTime)
          Constructor for this helper class, that allows more specialized creator and provider classes to be specified.
InteractiveInterfaceHelperWithActions(OdiInterface pInterface, OdiInstance pOdiInstance, IOdiEntityManager pOdiEntityManager, ISourceSetComputer pSourceSetComputer, ISourceSetCreator pSourceSetCreator, ISourceSetNameProvider pSourceSetNameProvider, IMappingPersistencePolicy pMappingPersistencePolicy, IAutoFixManager pAutoFixManager, IInterfaceActionListener pActionListenerForChangesAtOpenTime, boolean pGarbagedDestroyedObject)
          A detailed constructor for this helper class, allowing for many specialized settings.

 

Uses of IOdiEntityManager in oracle.odi.interfaces.interactive.support.sourceset.creators

 

Methods in oracle.odi.interfaces.interactive.support.sourceset.creators with parameters of type IOdiEntityManager
 SourceSet SourceSetCreatorNew.createSourceSetFor(SourceDataStore[] pSourceDataStores, IOdiEntityManager pEntityManager, ISourceSetNameProvider pSourceSetNameProvider)
           

 

Uses of IOdiEntityManager in oracle.odi.interfaces.interactive.support.xrefs

 

Constructors in oracle.odi.interfaces.interactive.support.xrefs with parameters of type IOdiEntityManager
ContextManager(OdiProject pProject, IOdiEntityManager pOdiEntityManager)
          Create a context manager that will include tags for the specified project.
ContextManager(OdiProject pProject, IOdiEntityManager pOdiEntityManager, boolean pUseFindersForProjectObjects)
          Create a context manager that will include tags for the specified project.

 


Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.