Skip navigation links

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

E17060-02


Uses of Interface
oracle.odi.interfaces.interactive.support.IMappingPersistencePolicy

Packages that use IMappingPersistencePolicy
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.mapping.persistencepolicy This package contains the implementations to determine whether a target mapping is persisted or not when working with Oracle Data Integrator interfaces. 

 

Uses of IMappingPersistencePolicy in oracle.odi.interfaces.interactive

 

Methods in oracle.odi.interfaces.interactive that return IMappingPersistencePolicy
 IMappingPersistencePolicy IActionHelper.getMappingPersistencePolicy()
          Returns the current IMappingPersistencePolicy object that is used to set the persistence policy for the interface mappings and target columns.

 

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

 

Methods in oracle.odi.interfaces.interactive.support that return IMappingPersistencePolicy
 IMappingPersistencePolicy InteractiveInterfaceHelperWithActions.getMappingPersistencePolicy()
          Returns the current IMappingPersistencePolicy object that is used to set the persistence policy for the interface mappings and target columns.

 

Constructors in oracle.odi.interfaces.interactive.support with parameters of type IMappingPersistencePolicy
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 IMappingPersistencePolicy in oracle.odi.interfaces.interactive.support.mapping.persistencepolicy

 

Classes in oracle.odi.interfaces.interactive.support.mapping.persistencepolicy that implement IMappingPersistencePolicy
 class MappingPersistencePolicyDefault
          This is the default implementation for the persistence policy.
All target mappings with an SQL expression are persistent.
All target columns on a temporary target datastore are persisted.
On a "real" target datastore, only target columns that have an SQL expression (either on the target column or either on one of the mappings in one of the datasets) are persisted.

 


Skip navigation links

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

E17060-02


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