Uses of Interface
io.ebeaninternal.dbmigration.ddlgeneration.platform.PlatformHistoryDdl.TableBased
Packages that use PlatformHistoryDdl.TableBased
-
Uses of PlatformHistoryDdl.TableBased in io.ebeaninternal.dbmigration.ddlgeneration.platform
Classes in io.ebeaninternal.dbmigration.ddlgeneration.platform that implement PlatformHistoryDdl.TableBasedModifier 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.classclassMySql history support using DB triggers to maintain a history table.classNuoDB history support using DB triggers to maintain a history table.classUses DB triggers to maintain a history table.class