public interface Mapping
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends TablePath> |
getExclusionTables()
Return a list of table names containing the exclusion conditions
|
java.lang.String |
getId()
A unique identifier for the mapping
|
java.util.List<? extends TablePath> |
getInclusionTables()
Return a list of table names containing the inclusion conditions
|
java.util.Set<? extends KeyValue> |
getInitialContext()
A list of initial key/value pairs which will be set at the start of the mapping
|
java.util.List<? extends TablePath> |
getTablePaths()
The list of table paths, in order, which will be processed
|
java.lang.String getId()
java.util.List<? extends TablePath> getInclusionTables()
java.util.List<? extends TablePath> getExclusionTables()
java.util.Set<? extends KeyValue> getInitialContext()
java.util.List<? extends TablePath> getTablePaths()