public interface IEntityTableMapping
Modifier and Type | Method and Description |
---|---|
IEntity |
getEntity() |
ISequence |
getIDSequence()
The sequence used to compute this entity IDs:
The Golden ID if matching behavior is
MatchingBehavior.FUZZY_MATCHING
The DataEntry ID for new record if matching behavior is MatchingBehavior.EXACT_ID_MATCHING
|
IPhysicalModel |
getPhysicalModel()
Deprecated.
|
ITable |
getTable(String pTableType) |
Collection<ITable> |
getTables() |
Set<String> |
getTableTypes() |
Collection<ITable> getTables()
ITable getTable(String pTableType) throws NoSuchTableException
pTableType
- NoSuchTableException
- if the type does not match any table definitionIEntity getEntity()
@Deprecated IPhysicalModel getPhysicalModel()
ISequence getIDSequence()
MatchingBehavior.FUZZY_MATCHING
MatchingBehavior.EXACT_ID_MATCHING
Copyright © 2015. All Rights Reserved.