| 程序包 | 说明 |
|---|---|
| com.mybatisflex.core.query |
SQL 条件构造功能。
|
| 限定符和类型 | 方法和说明 |
|---|---|
WithBuilder<R> |
QueryWrapperAdapter.with(String name) |
<Q extends QueryWrapper> |
QueryWrapper.with(String name) |
WithBuilder<R> |
QueryWrapperAdapter.with(String name,
String... params) |
<Q extends QueryWrapper> |
QueryWrapper.with(String name,
String... params) |
WithBuilder<R> |
QueryWrapperAdapter.withRecursive(String name) |
<Q extends QueryWrapper> |
QueryWrapper.withRecursive(String name) |
WithBuilder<R> |
QueryWrapperAdapter.withRecursive(String name,
String... params) |
<Q extends QueryWrapper> |
QueryWrapper.withRecursive(String name,
String... params) |
Copyright © 2025. All rights reserved.