| Package | Description |
|---|---|
| org.dromara.hutool.db.config |
数据库配置,通过统一的配置文件,提供灵活的配置来源,包括但不限于:
setting配置文件
XML配置文件
网络配置
自定义Bean
|
| org.dromara.hutool.db.sql |
SQL语句和Statement构建封装
|
| org.dromara.hutool.db.sql.filter |
提供SQL过滤器封装
|
| Modifier and Type | Method and Description |
|---|---|
DbConfig |
DbConfig.addSqlFilter(SqlFilter filter)
增加SQL过滤器
|
| Modifier and Type | Method and Description |
|---|---|
StatementBuilder |
StatementBuilder.setSqlFilter(SqlFilter sqlFilter)
设置SQL日志
|
| Modifier and Type | Class and Description |
|---|---|
class |
SqlFilterChain
|
class |
SqlLogFilter
SQL打印拦截器
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<SqlFilter> |
SqlFilterChain.iterator() |
| Modifier and Type | Method and Description |
|---|---|
SqlFilterChain |
SqlFilterChain.addChain(SqlFilter element) |
Copyright © 2024. All rights reserved.