| Package | Description |
|---|---|
| org.tentackle.model |
Entity model.
|
| org.tentackle.model.impl |
Default model implementation.
|
| org.tentackle.model.migrate |
Database migration support.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ForeignKey> |
Model.getForeignKeys()
Gets all foreign keys.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ForeignKeyImpl
Implementation of a foreign key.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ForeignKey> |
ModelImpl.getForeignKeys() |
| Modifier and Type | Method and Description |
|---|---|
int |
ForeignKeyImpl.compareTo(ForeignKey o) |
| Modifier and Type | Method and Description |
|---|---|
ForeignKey |
ForeignKeyMigrator.getForeignKey()
Gets the foreign key to migrate.
|
| Constructor and Description |
|---|
ForeignKeyMigrator(Backend backend,
ForeignKey foreignKey,
ForeignKeyMetaData foreignKeyMetaData)
Creates a migrator.
|
| Constructor and Description |
|---|
TableMigrator(Entity entity,
Collection<ForeignKey> foreignKeys,
Backend backend,
TableMetaData table)
Creates a table migrator.
|
Copyright © 2016 Krake Softwaretechnik. All rights reserved.