| 程序包 | 说明 |
|---|---|
| com.dynamic.sql.interceptor | |
| com.dynamic.sql.plugins.exception | |
| com.dynamic.sql.plugins.pagination |
| 限定符和类型 | 方法和说明 |
|---|---|
ExecutionControl |
SqlInterceptorChain.beforeExecution(SqlStatementWrapper sqlStatementWrapper,
Connection connection) |
ExecutionControl |
SqlInterceptor.beforeExecution(SqlStatementWrapper sqlStatementWrapper,
Connection connection)
在 SQL 执行之前的拦截逻辑。
|
static ExecutionControl |
ExecutionControl.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ExecutionControl[] |
ExecutionControl.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
ExecutionControl |
ExceptionPlugin.beforeExecution(SqlStatementWrapper sqlStatementWrapper,
Connection connection) |
| 限定符和类型 | 方法和说明 |
|---|---|
ExecutionControl |
PageInterceptorPlugin.beforeExecution(SqlStatementWrapper sqlStatementWrapper,
Connection connection) |
Copyright © 2024–2025 Dynamic-SQL. All rights reserved.