Interface TableUpdate<O extends MutationOperation>

All Superinterfaces:
RestrictedTableMutation<O>, Statement, TableMutation<O>
All Known Implementing Classes:
AbstractTableUpdate, TableUpdateCustomSql, TableUpdateNoSet, TableUpdateStandard

public interface TableUpdate<O extends MutationOperation> extends RestrictedTableMutation<O>
Models an update to a model (entity or collection) table, triggered from flush
API Note:
I