public class DelegateBulkUpdate extends Object implements InterceptBulkUpdate
| Constructor and Description |
|---|
DelegateBulkUpdate(com.avaje.ebean.EbeanServer delegate)
Construct with a EbeanServer to delegate and using ImmediateBackgroundExecutor.
|
| 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) |
public DelegateBulkUpdate(com.avaje.ebean.EbeanServer delegate)
This delegate will be used on all method calls that are not overwritten.
public void externalModification(String tableName, boolean inserted, boolean updated, boolean deleted)
externalModification in interface InterceptBulkUpdatepublic int execute(com.avaje.ebean.SqlUpdate sqlUpdate)
execute in interface InterceptBulkUpdatepublic int execute(com.avaje.ebean.Update<?> update)
execute in interface InterceptBulkUpdatepublic int execute(com.avaje.ebean.Update<?> update, com.avaje.ebean.Transaction t)
execute in interface InterceptBulkUpdatepublic int execute(com.avaje.ebean.CallableSql callableSql)
execute in interface InterceptBulkUpdatepublic int execute(com.avaje.ebean.SqlUpdate updSql, com.avaje.ebean.Transaction t)
execute in interface InterceptBulkUpdatepublic int execute(com.avaje.ebean.CallableSql callableSql, com.avaje.ebean.Transaction t)
execute in interface InterceptBulkUpdateCopyright © 2016. All rights reserved.