Uses of Package
io.ebeaninternal.dbmigration.ddlgeneration.platform
| Package | Description |
|---|---|
| io.ebeaninternal.dbmigration.ddlgeneration | |
| io.ebeaninternal.dbmigration.ddlgeneration.platform |
-
Classes in io.ebeaninternal.dbmigration.ddlgeneration.platform used by io.ebeaninternal.dbmigration.ddlgeneration Class Description PlatformDdl Controls the DDL generation for a specific database platform. -
Classes in io.ebeaninternal.dbmigration.ddlgeneration.platform used by io.ebeaninternal.dbmigration.ddlgeneration.platform Class Description AbstractHanaDdl BaseTableDdl Base implementation for 'create table' and 'alter table' statements.DbTriggerBasedHistoryDdl Uses DB triggers to maintain a history table.DdlIdentity HistoryTableUpdate Bean holding comments relating to a history table that needs to have it's associated triggers/function updated due to columns added/dropped/included or excluded.HistoryTableUpdate.Change Column change type.MySqlDdl MySql specific DDL.PlatformDdl Controls the DDL generation for a specific database platform.PlatformHistoryDdl Defines the implementation for adding history support to a table.PostgresDdl Postgres specific DDL.