public class EndQuery<T> extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
any() |
EndQuery<T> |
distinct() |
EndQuery<T> |
distinct(boolean condition) |
T |
firstNotNull() |
<R> R |
firstNotNull(Class<R> r) |
<R> R |
firstNotNull(Class<R> r,
String msg) |
<R> R |
firstNotNull(Class<R> r,
String msg,
String code) |
T |
firstNotNull(String msg) |
T |
firstNotNull(String msg,
String code) |
T |
firstNotNull(java.util.function.Supplier<RuntimeException> throwFunc) |
T |
firstOrNull() |
<R> R |
firstOrNull(Class<R> r) |
void |
required() |
void |
required(String msg) |
void |
required(String msg,
String code) |
void |
required(java.util.function.Supplier<RuntimeException> throwFunc) |
List<T> |
toList() |
<R> List<R> |
toList(io.github.kiryu1223.expressionTree.delegate.Func1<T,R> func) |
Map<String,Object> |
toMap() |
List<Map<String,Object>> |
toMaps() |
String |
toSQL() |
ToSQLResult |
toSQLResult() |
public boolean any()
public void required()
public void required(String msg)
public void required(java.util.function.Supplier<RuntimeException> throwFunc)
public T firstOrNull()
public <R> R firstOrNull(Class<R> r)
public T firstNotNull()
public T firstNotNull(java.util.function.Supplier<RuntimeException> throwFunc)
public <R> R firstNotNull(Class<R> r)
public String toSQL()
public ToSQLResult toSQLResult()
Copyright © 2024. All rights reserved.