Uses of Package
io.ebeaninternal.dbmigration.ddlgeneration.platform
Packages that use io.ebeaninternal.dbmigration.ddlgeneration.platform
Package
Description
-
-
Classes in io.ebeaninternal.dbmigration.ddlgeneration.platform used by io.ebeaninternal.dbmigration.ddlgeneration.platformClassDescriptionBase implementation for 'create table' and 'alter table' statements.Base implementation for all histories, where we must maintain history table (trigger based, db2 and hana)Uses DB triggers to maintain a history table.MySql specific DDL.Controls the DDL generation for a specific database platform.Defines the implementation for adding history support to a table.When history is table based, then alters on the live tables are applied also to the history tables.Postgres specific DDL.Uses DB triggers to maintain a history table.