I - type of inputs valueO - type of outputs valuepublic interface ShardingGroupExecuteCallback<I,O>
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<O> |
execute(Collection<I> inputs,
boolean isTrunkThread)
Execute callback.
|
Collection<O> execute(Collection<I> inputs, boolean isTrunkThread) throws SQLException
inputs - input valuesisTrunkThread - is execution in trunk threadSQLException - throw when execute failureCopyright © 2018. All rights reserved.