public class InterceptorProxy extends Object
| 构造器和说明 |
|---|
InterceptorProxy() |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T extends Metadata<T>> |
after(DataRuntime runtime,
String random,
ACTION.DDL action,
Metadata<T> metadata,
List<Run> runs,
boolean result,
long millis) |
static <T extends Metadata<T>> |
after(DataRuntime runtime,
String random,
ACTION.DDL action,
Metadata<T> metadata,
Run run,
List<Run> runs,
boolean result,
long millis) |
static ACTION.SWITCH |
afterCount(DataRuntime runtime,
String random,
Run run,
ConfigStore configs,
boolean exe,
long result,
long millis) |
static ACTION.SWITCH |
afterDelete(DataRuntime runtime,
String random,
Run run,
ConfigStore configs,
boolean success,
long result,
long millis) |
static ACTION.SWITCH |
afterExecute(DataRuntime runtime,
String random,
List<Run> runs,
ConfigStore configs,
boolean success,
long result,
long millis) |
static ACTION.SWITCH |
afterExecute(DataRuntime runtime,
String random,
Procedure procedure,
boolean success,
boolean result,
long millis) |
static ACTION.SWITCH |
afterExecute(DataRuntime runtime,
String random,
Run run,
ConfigStore configs,
boolean success,
long result,
long millis) |
static ACTION.SWITCH |
afterInsert(DataRuntime runtime,
String random,
Run run,
Table dest,
Object data,
ConfigStore configs,
List<String> columns,
boolean success,
long result,
long millis) |
static ACTION.SWITCH |
afterInsert(DataRuntime runtime,
String random,
Run run,
Table dest,
RunPrepare prepare,
ConfigStore configs,
boolean success,
long result,
long millis) |
static ACTION.SWITCH |
afterQuery(DataRuntime runtime,
String random,
Procedure procedure,
ConfigStore configs,
boolean success,
Object result,
long millis) |
static ACTION.SWITCH |
afterQuery(DataRuntime runtime,
String random,
Run run,
boolean exe,
Object result,
PageNavi navi,
long millis) |
static ACTION.SWITCH |
afterUpdate(DataRuntime runtime,
String random,
Run run,
RunPrepare prepare,
DataRow data,
ConfigStore configs,
boolean success,
long result,
long millis) |
static ACTION.SWITCH |
afterUpdate(DataRuntime runtime,
String random,
Run run,
Table dest,
Object data,
ConfigStore configs,
List<String> columns,
boolean success,
long result,
long millis) |
static <T extends Metadata<T>> |
before(DataRuntime runtime,
String random,
ACTION.DDL action,
Metadata<T> metadata,
List<Run> runs) |
static <T extends Metadata<T>> |
before(DataRuntime runtime,
String random,
ACTION.DDL action,
Metadata<T> metadata,
Run run,
List<Run> runs) |
static ACTION.SWITCH |
beforeCount(DataRuntime runtime,
String random,
Run run,
ConfigStore configs) |
static ACTION.SWITCH |
beforeDelete(DataRuntime runtime,
String random,
Run run,
ConfigStore configs) |
static ACTION.SWITCH |
beforeExecute(DataRuntime runtime,
String random,
List<Run> runs,
ConfigStore configs) |
static ACTION.SWITCH |
beforeExecute(DataRuntime runtime,
String random,
Procedure procedure,
ConfigStore configs) |
static ACTION.SWITCH |
beforeExecute(DataRuntime runtime,
String random,
Run run,
ConfigStore configs) |
static ACTION.SWITCH |
beforeInsert(DataRuntime runtime,
String random,
Run run,
Table dest,
Object data,
ConfigStore configs,
List<String> columns) |
static ACTION.SWITCH |
beforeInsert(DataRuntime runtime,
String random,
Run run,
Table dest,
RunPrepare prepare,
ConfigStore configs) |
static ACTION.SWITCH |
beforeQuery(DataRuntime runtime,
String random,
Procedure procedure,
PageNavi navi) |
static ACTION.SWITCH |
beforeQuery(DataRuntime runtime,
String random,
Run run,
PageNavi navi) |
static ACTION.SWITCH |
beforeUpdate(DataRuntime runtime,
String random,
Run run,
RunPrepare prepare,
DataRow data,
ConfigStore configs) |
static ACTION.SWITCH |
beforeUpdate(DataRuntime runtime,
String random,
Run run,
Table dest,
Object data,
ConfigStore configs,
List<String> columns) |
static <T extends Metadata<T>> |
prepare(DataRuntime runtime,
String random,
ACTION.DDL action,
Metadata<T> metadata)
DDL
|
static ACTION.SWITCH |
prepareCount(DataRuntime runtime,
String random,
RunPrepare prepare,
ConfigStore configs,
String... conditions) |
static ACTION.SWITCH |
prepareDelete(DataRuntime runtime,
String random,
int batch,
Table table,
ConfigStore configs,
String... conditions) |
static ACTION.SWITCH |
prepareDelete(DataRuntime runtime,
String random,
int batch,
Table table,
ConfigStore configs,
String key,
Collection values) |
static ACTION.SWITCH |
prepareDelete(DataRuntime runtime,
String random,
int batch,
Table dest,
Object obj,
ConfigStore configs,
String... columns) |
static ACTION.SWITCH |
prepareExecute(DataRuntime runtime,
String random,
List<RunPrepare> prepares,
ConfigStore configs,
String... conditions) |
static ACTION.SWITCH |
prepareExecute(DataRuntime runtime,
String random,
Procedure procedure,
ConfigStore configs) |
static ACTION.SWITCH |
prepareExecute(DataRuntime runtime,
String random,
RunPrepare prepare,
ConfigStore configs,
String... conditions) |
static ACTION.SWITCH |
prepareInsert(DataRuntime runtime,
String random,
int batch,
Table dest,
Object data,
ConfigStore configs,
List<String> columns) |
static ACTION.SWITCH |
prepareInsert(DataRuntime runtime,
String random,
Table dest,
RunPrepare prepare,
ConfigStore configs) |
static ACTION.SWITCH |
prepareQuery(DataRuntime runtime,
String random,
Procedure procedure,
PageNavi navi) |
static ACTION.SWITCH |
prepareQuery(DataRuntime runtime,
String random,
RunPrepare prepare,
ConfigStore configs,
String... conditions)
DML
|
static ACTION.SWITCH |
prepareUpdate(DataRuntime runtime,
String random,
int batch,
Table dest,
Object data,
ConfigStore configs,
List<String> columns) |
static ACTION.SWITCH |
prepareUpdate(DataRuntime runtime,
String random,
RunPrepare prepare,
DataRow data,
ConfigStore configs) |
static void |
reg(ACTION.DDL action,
DDInterceptor interceptor) |
static void |
setCountInterceptors(Map<String,CountInterceptor> interceptors) |
static void |
setDDInterceptors(Map<String,DDInterceptor> interceptors) |
static void |
setDeleteInterceptors(Map<String,DeleteInterceptor> interceptors) |
static void |
setExecuteInterceptors(Map<String,ExecuteInterceptor> interceptors) |
static void |
setInsertInterceptors(Map<String,InsertInterceptor> interceptors) |
static void |
setQueryInterceptors(Map<String,QueryInterceptor> interceptors) |
static void |
setUpdateInterceptors(Map<String,UpdateInterceptor> interceptors) |
public static void setQueryInterceptors(Map<String,QueryInterceptor> interceptors)
public static void setCountInterceptors(Map<String,CountInterceptor> interceptors)
public static void setUpdateInterceptors(Map<String,UpdateInterceptor> interceptors)
public static void setInsertInterceptors(Map<String,InsertInterceptor> interceptors)
public static void setDeleteInterceptors(Map<String,DeleteInterceptor> interceptors)
public static void setExecuteInterceptors(Map<String,ExecuteInterceptor> interceptors)
public static void setDDInterceptors(Map<String,DDInterceptor> interceptors)
public static void reg(ACTION.DDL action, DDInterceptor interceptor)
public static ACTION.SWITCH prepareQuery(DataRuntime runtime, String random, RunPrepare prepare, ConfigStore configs, String... conditions)
public static ACTION.SWITCH prepareQuery(DataRuntime runtime, String random, Procedure procedure, PageNavi navi)
public static ACTION.SWITCH beforeQuery(DataRuntime runtime, String random, Run run, PageNavi navi)
public static ACTION.SWITCH beforeQuery(DataRuntime runtime, String random, Procedure procedure, PageNavi navi)
public static ACTION.SWITCH afterQuery(DataRuntime runtime, String random, Run run, boolean exe, Object result, PageNavi navi, long millis)
public static ACTION.SWITCH afterQuery(DataRuntime runtime, String random, Procedure procedure, ConfigStore configs, boolean success, Object result, long millis)
public static ACTION.SWITCH prepareCount(DataRuntime runtime, String random, RunPrepare prepare, ConfigStore configs, String... conditions)
public static ACTION.SWITCH beforeCount(DataRuntime runtime, String random, Run run, ConfigStore configs)
public static ACTION.SWITCH afterCount(DataRuntime runtime, String random, Run run, ConfigStore configs, boolean exe, long result, long millis)
public static ACTION.SWITCH prepareUpdate(DataRuntime runtime, String random, int batch, Table dest, Object data, ConfigStore configs, List<String> columns)
public static ACTION.SWITCH prepareUpdate(DataRuntime runtime, String random, RunPrepare prepare, DataRow data, ConfigStore configs)
public static ACTION.SWITCH beforeUpdate(DataRuntime runtime, String random, Run run, Table dest, Object data, ConfigStore configs, List<String> columns)
public static ACTION.SWITCH beforeUpdate(DataRuntime runtime, String random, Run run, RunPrepare prepare, DataRow data, ConfigStore configs)
public static ACTION.SWITCH afterUpdate(DataRuntime runtime, String random, Run run, Table dest, Object data, ConfigStore configs, List<String> columns, boolean success, long result, long millis)
public static ACTION.SWITCH afterUpdate(DataRuntime runtime, String random, Run run, RunPrepare prepare, DataRow data, ConfigStore configs, boolean success, long result, long millis)
public static ACTION.SWITCH prepareInsert(DataRuntime runtime, String random, int batch, Table dest, Object data, ConfigStore configs, List<String> columns)
public static ACTION.SWITCH prepareInsert(DataRuntime runtime, String random, Table dest, RunPrepare prepare, ConfigStore configs)
public static ACTION.SWITCH beforeInsert(DataRuntime runtime, String random, Run run, Table dest, Object data, ConfigStore configs, List<String> columns)
public static ACTION.SWITCH beforeInsert(DataRuntime runtime, String random, Run run, Table dest, RunPrepare prepare, ConfigStore configs)
public static ACTION.SWITCH afterInsert(DataRuntime runtime, String random, Run run, Table dest, Object data, ConfigStore configs, List<String> columns, boolean success, long result, long millis)
public static ACTION.SWITCH afterInsert(DataRuntime runtime, String random, Run run, Table dest, RunPrepare prepare, ConfigStore configs, boolean success, long result, long millis)
public static ACTION.SWITCH prepareDelete(DataRuntime runtime, String random, int batch, Table table, ConfigStore configs, String key, Collection values)
public static ACTION.SWITCH prepareDelete(DataRuntime runtime, String random, int batch, Table table, ConfigStore configs, String... conditions)
public static ACTION.SWITCH prepareDelete(DataRuntime runtime, String random, int batch, Table dest, Object obj, ConfigStore configs, String... columns)
public static ACTION.SWITCH beforeDelete(DataRuntime runtime, String random, Run run, ConfigStore configs)
public static ACTION.SWITCH afterDelete(DataRuntime runtime, String random, Run run, ConfigStore configs, boolean success, long result, long millis)
public static ACTION.SWITCH prepareExecute(DataRuntime runtime, String random, RunPrepare prepare, ConfigStore configs, String... conditions)
public static ACTION.SWITCH prepareExecute(DataRuntime runtime, String random, List<RunPrepare> prepares, ConfigStore configs, String... conditions)
public static ACTION.SWITCH prepareExecute(DataRuntime runtime, String random, Procedure procedure, ConfigStore configs)
public static ACTION.SWITCH beforeExecute(DataRuntime runtime, String random, Run run, ConfigStore configs)
public static ACTION.SWITCH beforeExecute(DataRuntime runtime, String random, List<Run> runs, ConfigStore configs)
public static ACTION.SWITCH beforeExecute(DataRuntime runtime, String random, Procedure procedure, ConfigStore configs)
public static ACTION.SWITCH afterExecute(DataRuntime runtime, String random, Run run, ConfigStore configs, boolean success, long result, long millis)
public static ACTION.SWITCH afterExecute(DataRuntime runtime, String random, List<Run> runs, ConfigStore configs, boolean success, long result, long millis)
public static ACTION.SWITCH afterExecute(DataRuntime runtime, String random, Procedure procedure, boolean success, boolean result, long millis)
public static <T extends Metadata<T>> ACTION.SWITCH prepare(DataRuntime runtime, String random, ACTION.DDL action, Metadata<T> metadata)
public static <T extends Metadata<T>> ACTION.SWITCH before(DataRuntime runtime, String random, ACTION.DDL action, Metadata<T> metadata, List<Run> runs)
public static <T extends Metadata<T>> ACTION.SWITCH before(DataRuntime runtime, String random, ACTION.DDL action, Metadata<T> metadata, Run run, List<Run> runs)
public static <T extends Metadata<T>> ACTION.SWITCH after(DataRuntime runtime, String random, ACTION.DDL action, Metadata<T> metadata, List<Run> runs, boolean result, long millis)
public static <T extends Metadata<T>> ACTION.SWITCH after(DataRuntime runtime, String random, ACTION.DDL action, Metadata<T> metadata, Run run, List<Run> runs, boolean result, long millis)
Copyright © 2025. All rights reserved.