| 程序包 | 说明 |
|---|---|
| online.sanen.unabo.sql |
| 限定符和类型 | 方法和说明 |
|---|---|
Behavior.PerfectList<T> |
Behavior.PerfectList.addCondition(Condition cond)
Add the condition
|
Behavior.PerfectList<T> |
Behavior.PerfectList.addCondition(Consumer<List<Condition>> conds)
Add the condition
|
Behavior.PerfectList<T> |
Behavior.PerfectList.limit(Integer... limit)
Paging function, the specific implementation by the database vendor
|
static <T> Behavior.PerfectList<T> |
Behavior.perfectList(Bootstrap $bootstrap,
Class<T> $class) |
Behavior.PerfectList<T> |
Behavior.PerfectList.setExcepts(String... excepts)
Exclude entity class fields from the operation
|
Behavior.PerfectList<T> |
Behavior.PerfectList.setFields(String... fields)
Specifies that entity class fields participate in the operation
|
Behavior.PerfectList<T> |
Behavior.PerfectList.sort(Sorts sorts,
String... fields)
Specify collation
|
static <T> Behavior.PerfectList<T> |
Behavior.specify(Class<T> cls)
Tell
Behavior the type of instance the interface is about to operate
on, which is a constructed start function |
Copyright © 2023. All rights reserved.