| Package | Description |
|---|---|
| org.pinus4j.api.query |
这个包中的类封装了数据库查询.
|
| org.pinus4j.api.query.impl |
| Modifier and Type | Method and Description |
|---|---|
IQuery<T> |
IQuery.orderBy(String field,
Order order)
添加怕需字段
|
IQuery<T> |
IQuery.orderBy(String field,
Order order,
Class<?> clazz)
添加排序字段.
|
| Modifier and Type | Field and Description |
|---|---|
private Order |
DefaultQueryImpl.OrderBy.order |
| Modifier and Type | Method and Description |
|---|---|
Order |
DefaultQueryImpl.OrderBy.getOrder() |
static Order |
Order.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Order[] |
Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IQuery<T> |
DefaultQueryImpl.orderBy(String field,
Order order) |
IQuery<T> |
DefaultQueryImpl.orderBy(String field,
Order order,
Class<?> clazz) |
| Constructor and Description |
|---|
DefaultQueryImpl.OrderBy(String field,
Order order,
Class<?> clazz) |
Copyright © 2015. All rights reserved.