public interface InterceptBulkUpdate
| Modifier and Type | Method and Description |
|---|---|
int |
execute(com.avaje.ebean.CallableSql callableSql) |
int |
execute(com.avaje.ebean.CallableSql callableSql,
com.avaje.ebean.Transaction t) |
int |
execute(com.avaje.ebean.SqlUpdate sqlUpdate) |
int |
execute(com.avaje.ebean.SqlUpdate updSql,
com.avaje.ebean.Transaction t) |
int |
execute(com.avaje.ebean.Update<?> update) |
int |
execute(com.avaje.ebean.Update<?> update,
com.avaje.ebean.Transaction t) |
void |
externalModification(String tableName,
boolean inserted,
boolean updated,
boolean deleted) |
void externalModification(String tableName, boolean inserted, boolean updated, boolean deleted)
int execute(com.avaje.ebean.SqlUpdate sqlUpdate)
int execute(com.avaje.ebean.Update<?> update)
int execute(com.avaje.ebean.Update<?> update, com.avaje.ebean.Transaction t)
int execute(com.avaje.ebean.CallableSql callableSql)
int execute(com.avaje.ebean.SqlUpdate updSql, com.avaje.ebean.Transaction t)
int execute(com.avaje.ebean.CallableSql callableSql, com.avaje.ebean.Transaction t)
Copyright © 2016. All rights reserved.