public interface IILikeGetterCompare<RV>
| 限定符和类型 | 方法和说明 |
|---|---|
default <T> RV |
iLike(boolean when,
Getter<T> column,
String value) |
<T> RV |
iLike(boolean when,
LikeMode mode,
Getter<T> column,
int storey,
String value) |
default <T> RV |
iLike(boolean when,
LikeMode mode,
Getter<T> column,
String value) |
default <T> RV |
iLike(Getter<T> column,
int storey,
String value,
boolean when) |
default <T> RV |
iLike(Getter<T> column,
String value) |
default <T> RV |
iLike(Getter<T> column,
String value,
int storey) |
default <T> RV |
iLike(LikeMode mode,
Getter<T> column,
int storey,
String value) |
default <T> RV |
iLike(LikeMode mode,
Getter<T> column,
String value) |
Copyright © 2025. All rights reserved.