MappingPersistencePolicyDefault). However, other implementations might choose to persist mappings and/or columns
that are not persisted by the default implementation.public interface IMappingPersistencePolicy
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldBePersisted(TargetColumn pTargetColumn)
Deprecated.
Returns whether the column should be persisted or not.
|
boolean |
shouldBePersisted(TargetMapping pTargetMapping)
Deprecated.
Returns whether the mapping should be persisted or not.
|
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