|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMappingPersistencePolicy
Implementations on this class are telling which mappings and which columns need to be persisted in the repository.
Note that for safety reasons, implementations should at least persist columns and mappings that would be persisted by the default implementation (MappingPersistencePolicyDefault
). However, other implementations might choose to persist mappings and/or columns that are not persisted by the default implementation.
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. |
Method Detail |
---|
boolean shouldBePersisted(TargetMapping pTargetMapping)
pTargetMapping
- the target mappingtrue
if the mapping should be persistedboolean shouldBePersisted(TargetColumn pTargetColumn)
pTargetColumn
- the target columntrue
if the target column should be persisted
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |