public class MappingPersistencePolicyDefault extends java.lang.Object implements IMappingPersistencePolicy
| Constructor and Description |
|---|
MappingPersistencePolicyDefault()
Deprecated.
|
| 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.
|
public MappingPersistencePolicyDefault()
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