| Modifier and Type | Method and Description |
|---|---|
<T> void |
HighlightResultMapper.registerHitMapping(Class<T> clazz,
GetPropertyFunction<T,String> getSearchPropertyFunc,
BiConsumer<T,String> setHighLightPropertyFunc)
注册高亮映射
|
| Modifier and Type | Method and Description |
|---|---|
static <T,R> PropertyInfo |
CommonsHelper.getPropertyInfo(GetPropertyFunction<T,R> fn) |
static <T,R> String |
CommonsHelper.getPropertyName(GetPropertyFunction<T,R> fn) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GetArrayPropertyFunction<T,R extends Comparable> |
interface |
GetBigDecimalArrayPropertyFunction<T> |
interface |
GetBigDecimalPropertyFunction<T> |
interface |
GetBooleanPropertyFunction<T> |
interface |
GetBytePropertyFunction<T> |
interface |
GetCommonPropertyFunction<T> |
interface |
GetDateArrayPropertyFunction<T> |
interface |
GetDatePropertyFunction<T> |
interface |
GetDoubleArrayPropertyFunction<T> |
interface |
GetDoublePropertyFunction<T> |
interface |
GetFloatArrayPropertyFunction<T> |
interface |
GetFloatPropertyFunction<T> |
interface |
GetIntegerArrayPropertyFunction<T> |
interface |
GetIntegerPropertyFunction<T> |
interface |
GetLongArrayPropertyFunction<T> |
interface |
GetLongPropertyFunction<T> |
interface |
GetShortPropertyFunction<T> |
interface |
GetStringArrayPropertyFunction<T> |
interface |
GetStringPropertyFunction<T> |
| Modifier and Type | Method and Description |
|---|---|
LogicPagingQuery<T> |
LogicPagingQuery.highlightMapping(GetPropertyFunction<T,String> getSearchPropertyFunc,
BiConsumer<T,String> setHighLightPropertyFunc) |
DynamicQuery<T> |
DynamicQuery.highlightMapping(GetPropertyFunction<T,String> getSearchPropertyFunc,
BiConsumer<T,String> setHighLightPropertyFunc) |
| Modifier and Type | Method and Description |
|---|---|
default <T,R> ColumnInfo |
ExtQueryBuilder.getColumnInfo(GetPropertyFunction<T,R> getPropertyFunc) |
| Constructor and Description |
|---|
RangeExtQueryBuilder(GetPropertyFunction<T,P> getPropertyFunc) |
TermExtQueryBuilder(GetPropertyFunction<T,P> getPropertyFunc,
P value) |
TermsExtQueryBuilder(GetPropertyFunction<T,R> getPropertyFunc,
R... values) |
Copyright © 2021 wz2cool. All rights reserved.