| Class | Description |
|---|---|
| AbstractTableMapper |
Parent for classes that map the primary key values of the rows of one table in one database
to their natural keys.
|
| GlobalRowId |
Global technical identifier for a database table rows
which aggregates database id, table name and primary key.
|
| MemKeyMapper |
In-memory implementation of a
KeyMapper. |
| SourceDatabaseMapper |
In-memory implementation of the mapping functionality needed for source databases.
|
| SourceTableMapper |
In-memory implementation of the mapping functionality needed for source database tables.
|
| TargetDatabaseMapper |
In-memory implementation of the mapping functionality needed for a target database.
|
| TargetTableMapper |
In-memory implementation of the mapping functionality needed for target database tables.
|
| Enum | Description |
|---|---|
| MapperState |
Represents the state of a key mapper.
|
Copyright © 2006–2014 Volker Bergmann. All rights reserved.