Class DbTriggerUpdate
java.lang.Object
io.ebeaninternal.dbmigration.ddlgeneration.platform.DbTriggerUpdate
public class DbTriggerUpdate extends Object
DB trigger update when a change occurs on a table with history.
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description DdlBufferdropDependencyBuffer()Return the appropriate drop dependency buffer for the current mode.StringgetBaseTable()Return the base table name.List<String>getColumns()Return the included columns.StringgetHistoryTable()Return the history table name.DdlBufferhistoryTriggerBuffer()Return the appropriate buffer for the current mode.DdlBufferhistoryViewBuffer()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.
-