| 程序包 | 说明 |
|---|---|
| plus.ibatis.hbatis.orm.criteria.support |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> EntityQuery<T> |
EntityQuery.create(HbatisStatementMapper<T> repo,
Class<T> clazz) |
static <T> EntityQuery<T> |
EntityQuery.create(HbatisStatementMapper<T> repo,
Class<T> clazz) |
static <T> EntityQuery<T> |
EntityQuery.create(HbatisStatementMapper<T> repo,
EntityNode<T> n) |
static <T> EntityQuery<T> |
EntityQuery.create(HbatisStatementMapper<T> repo,
EntityNode<T> n) |
EntityQuery<T> |
EntityQuery.limit(int limit) |
EntityQuery<T> |
EntityQuery.limit(int limit) |
EntityQuery<T> |
EntityQuery.limit(int start,
int limit) |
EntityQuery<T> |
EntityQuery.limit(int start,
int limit) |
EntityQuery<T> |
EntityQuery.select(FieldNode... field)
select fields
|
EntityQuery<T> |
EntityQuery.select(FieldNode... field)
select fields
|
EntityQuery<T> |
EntityQuery.select(List<FieldNode<T,?>> fields) |
EntityQuery<T> |
EntityQuery.select(List<FieldNode<T,?>> fields) |
EntityQuery<T> |
EntityQuery.select(SFunction<T,?>... func)
select field function
|
EntityQuery<T> |
EntityQuery.select(SFunction<T,?>... func)
select field function
|
EntityQuery<T> |
EntityQuery.select(String... prop)
select property
|
EntityQuery<T> |
EntityQuery.select(String... prop)
select property
|
Copyright © 2024. All rights reserved.