Uses of Interface
io.ebeaninternal.dbmigration.ddlgeneration.platform.PlatformHistoryDdl
Packages that use PlatformHistoryDdl
-
Uses of PlatformHistoryDdl in io.ebeaninternal.dbmigration.ddlgeneration.platform
Subinterfaces of PlatformHistoryDdl in io.ebeaninternal.dbmigration.ddlgeneration.platformModifier and TypeInterfaceDescriptionstatic interfaceWhen history is table based, then alters on the live tables are applied also to the history tables.Classes in io.ebeaninternal.dbmigration.ddlgeneration.platform that implement PlatformHistoryDdlModifier and TypeClassDescriptionclassDB2 History support.classBase implementation for all histories, where we must maintain history table (trigger based, db2 and hana)classUses DB triggers to maintain a history table.classH2 history support using DB triggers to maintain a history table.classclassHistory DDL for MariaDB.classMySql history support using DB triggers to maintain a history table.classDefault history implementation that does nothing.classNuoDB history support using DB triggers to maintain a history table.classUses DB triggers to maintain a history table.classclass