Class DbTriggerUpdate
java.lang.Object
io.ebeaninternal.dbmigration.ddlgeneration.platform.DbTriggerUpdate
DB trigger update when a change occurs on a table with history.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the appropriate drop dependency buffer for the current mode.Return the base table name.Return the included columns.Return the history table name.Return the appropriate buffer for the current mode.Return the appropriate buffer for the current mode.
-
Constructor Details
-
DbTriggerUpdate
-
-
Method Details
-
historyViewBuffer
Return the appropriate buffer for the current mode. -
historyTriggerBuffer
Return the appropriate buffer for the current mode. -
dropDependencyBuffer
Return the appropriate drop dependency buffer for the current mode. -
getBaseTable
Return the base table name. -
getHistoryTable
Return the history table name. -
getColumns
Return the included columns.
-