|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.9.0) E17060-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.interfaces.interactive.support.mapping.persistencepolicy.MappingPersistencePolicyDefault
public 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.
| Constructor Summary | |
|---|---|
MappingPersistencePolicyDefault() |
|
| Method Summary | |
|---|---|
boolean |
shouldBePersisted(TargetColumn pTargetColumn)Returns whether the column should be persisted or not. |
boolean |
shouldBePersisted(TargetMapping pTargetMapping)Returns whether the mapping should be persisted or not. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MappingPersistencePolicyDefault()
| Method Detail |
|---|
public boolean shouldBePersisted(TargetMapping pTargetMapping)
IMappingPersistencePolicyshouldBePersisted in interface IMappingPersistencePolicypTargetMapping - the target mappingtrue if the mapping should be persistedpublic boolean shouldBePersisted(TargetColumn pTargetColumn)
IMappingPersistencePolicyshouldBePersisted in interface IMappingPersistencePolicypTargetColumn - the target columntrue if the target column should be persisted
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.9.0) E17060-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||