| 类 | 说明 |
|---|---|
| AsyncExecutor |
A simple async executor to run tasks in background thread.
|
| AverageExecutor |
Executor for average query in background.
|
| CountExecutor |
Executor for count query in background.
|
| FindExecutor<T> |
Executor for find record in background.
|
| FindMultiExecutor<T> |
Executor for find multiple records in background.
|
| SaveExecutor |
Executor for save records in background.
|
| UpdateOrDeleteExecutor |
Executor for update or delete records in background.
|