T - Table type.F - Field type.public abstract class TargetTable<T extends Table<F>,F extends Field> extends Object
TableMapping.
This table registers mapped target fields.
TableMapping.of(SourceTable, TargetTable...)| Constructor and Description |
|---|
TargetTable() |
| Modifier and Type | Method and Description |
|---|---|
abstract Iterator<F> |
getMappedFields()
Returns all mapped fields.
|
abstract T |
getTable()
Returns the table structure of all possible fields to be mapped.
|
public abstract T getTable()
getMappedFields()