| 构造器和说明 |
|---|
SqlFilterChain() |
| 限定符和类型 | 方法和说明 |
|---|---|
SqlFilterChain |
addChain(SqlFilter element) |
void |
filter(Connection conn,
BoundSql boundSql,
boolean returnGeneratedKey)
过滤
|
Iterator<SqlFilter> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic SqlFilterChain addChain(SqlFilter element)
addChain 在接口中 Chain<SqlFilter,SqlFilterChain>public void filter(Connection conn, BoundSql boundSql, boolean returnGeneratedKey)
SqlFilterfilter 在接口中 SqlFilterconn - ConnectionboundSql - BoundSql,包含SQL语句和参数,
可通过BoundSql.setSql(String)和BoundSql.setParams(List) 自定义SQL和参数returnGeneratedKey - 是否自动生成主键Copyright © 2024. All rights reserved.