Uses of Interface
io.ebeaninternal.dbmigration.ddlgeneration.platform.PlatformHistoryDdl
-
Packages that use PlatformHistoryDdl Package Description io.ebeaninternal.dbmigration.ddlgeneration.platform -
-
Uses of PlatformHistoryDdl in io.ebeaninternal.dbmigration.ddlgeneration.platform
Classes in io.ebeaninternal.dbmigration.ddlgeneration.platform that implement PlatformHistoryDdl Modifier and Type Class Description classDbTriggerBasedHistoryDdlUses DB triggers to maintain a history table.classH2HistoryDdlH2 history support using DB triggers to maintain a history table.classHanaHistoryDdlclassMariaDbHistoryDdlHistory DDL for MariaDB.classMySqlHistoryDdlMySql history support using DB triggers to maintain a history table.classNoHistorySupportDdlDefault history implementation that does nothing.classNuoDbHistoryDdlNuoDB history support using DB triggers to maintain a history table.classPostgresHistoryDdlUses DB triggers to maintain a history table.classSqlServerHistoryDdl
-