| Class | Description |
|---|---|
| IdentityModel |
Abstract parent for classes which provide information about tables
and features for processing the tables.
|
| IdentityProvider |
Manages
IdentityModels. |
| KeyMapper |
Parent for classes that map between primary key and natural keys
of table rows in different tables in one or more source databases and one target database.
|
| NaturalPkIdentity |
IdentityModel implementation for tables which have a natural key as primary key. |
| NKBuilder |
Parent for classes that map between primary key and natural keys
of table rows in different tables in one or more source databases and one target database.
|
| NkPkQueryIdentity |
IdentityModel for a flat, non-recursive and independent table. |
| NoIdentity |
IdentityModel implementation that represents a missing identity definition. |
| SimpleTranscoder |
Simple implementation of a transcoding mechanism.
|
| SubNkPkQueryIdentity |
IdentityModel for tables which are owned by another table but have a sub identity
(resulting in a one-to-many relationship between parent and child). |
| UniqueKeyIdentity |
IdentityModel implementation based on a unique-key-constraint. |
| Exception | Description |
|---|---|
| InvalidIdentityDefinitionError |
Represents an error induced by a faulty table identity definition.
|
Copyright © 2006–2014 Volker Bergmann. All rights reserved.