T - type of targets to be executedpublic final class ForceExecuteTemplate<T> extends Object
| Constructor and Description |
|---|
ForceExecuteTemplate() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Collection<T> targets,
ForceExecuteCallback<T> callback)
Force execute.
|
public void execute(Collection<T> targets, ForceExecuteCallback<T> callback) throws SQLException
targets - targets to be executedcallback - force execute callbackSQLException - throw SQL exception after all targets are executedCopyright © 2022 The Apache Software Foundation. All rights reserved.