|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OdiInterface.IPersistenceComparable | |
---|---|
oracle.odi.domain.project | This package contains the Oracle Data Integrator Project implementation. |
oracle.odi.domain.project.interfaces | This package contains Oracle Data Integrator Interface implementation. |
Uses of OdiInterface.IPersistenceComparable in oracle.odi.domain.project |
---|
Classes in oracle.odi.domain.project with type parameters of type OdiInterface.IPersistenceComparable | |
---|---|
static interface |
OdiInterface.IPersistenceComparable<T extends OdiInterface.IPersistenceComparable<?>> For internal use only. |
Methods in oracle.odi.domain.project with type parameters of type OdiInterface.IPersistenceComparable | ||
---|---|---|
static
|
OdiInterface.internalCollectionPersistenceEquals(java.util.Collection<T> t1, java.util.Collection<T> t2) For internal use only. |
|
static
|
OdiInterface.internalListPersistenceEquals(java.util.List<T> t1, java.util.List<T> t2) For internal use only. |
Uses of OdiInterface.IPersistenceComparable in oracle.odi.domain.project.interfaces |
---|
Classes in oracle.odi.domain.project.interfaces that implement OdiInterface.IPersistenceComparable | |
---|---|
class |
DataSet This class represents a dataset inside an OdiInterface . |
class |
TargetColumn A target column is a column of a OdiInterface.TargetDataStore in an OdiInterface .It contains information about how the column is mapped (indicators, potentially a target SQL mapping text). When the target datastore has an underlying OdiDataStore , each TargetMapping points to one OdiColumn of this OdiDataStore.In this case, TargetColumns are persisted according to an IMappingPersistencePolicy for obvious performance reasons (on a target datastore with 500 columns on which only 10 columns are mapped, this can make a difference).On temporary target datastores, target columns do not reflect an OdiColumn and are systematically persisted.Note that all setters in this class should not be used directly. |
class |
TargetMapping This class represents a mapping in an interface. The mapping is in a dataset and has an execution location. Created on 20 dec. |
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |