| 程序包 | 说明 |
|---|---|
| org.sean.framework.es |
| 限定符和类型 | 类和说明 |
|---|---|
class |
BaseEntityIndex<T extends Entity>
实体索引
|
| 限定符和类型 | 方法和说明 |
|---|---|
<T extends Entity> |
CommonOperation.search(String index,
QueryExample example,
boolean needScore,
boolean fetchAll,
PageQuery page,
EntityIncrementParam<? extends Serializable> incrementParam,
List<EntitySortParam> sortParam,
Type type)
查询实体
|
<T extends Entity> |
CommonOperation.search(String index,
QueryExample example,
boolean needScore,
PageQuery page,
EntityIncrementParam<? extends Serializable> incrementParam,
EntitySortParam sortParam,
Type type)
查询实体
|
<T extends Entity> |
CommonOperation.search(String index,
QueryExample example,
boolean needScore,
PageQuery page,
EntityIncrementParam<? extends Serializable> incrementParam,
List<EntitySortParam> sortParam,
Type type)
查询实体
|
Copyright © 2020. All rights reserved.