| 程序包 | 说明 |
|---|---|
| com.dynamic.sql.context.properties | |
| com.dynamic.sql.interceptor | |
| com.dynamic.sql.plugins.exception | |
| com.dynamic.sql.plugins.pagination |
| 限定符和类型 | 方法和说明 |
|---|---|
List<SqlInterceptor> |
SqlContextProperties.getInterceptors() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SqlContextProperties.addInterceptor(SqlInterceptor interceptor) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
SqlInterceptorChain |
| 限定符和类型 | 方法和说明 |
|---|---|
SqlInterceptor |
SqlInterceptorChain.getInterceptor(Class<? extends SqlInterceptor> sqlInterceptorClass) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SqlInterceptorChain.addInterceptor(SqlInterceptor interceptor) |
| 限定符和类型 | 方法和说明 |
|---|---|
SqlInterceptor |
SqlInterceptorChain.getInterceptor(Class<? extends SqlInterceptor> sqlInterceptorClass) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ExceptionPlugin
ExceptionPlugin 是 Dynamic SQL 引擎中的异常处理插件,实现 SqlInterceptor 接口。 |
| 限定符和类型 | 类和说明 |
|---|---|
class |
PageInterceptorPlugin |
Copyright © 2024–2025 Dynamic-SQL. All rights reserved.