| Package | Description |
|---|---|
| org.beangle.commons.dao.query | |
| org.beangle.commons.dao.query.builder | |
| org.beangle.commons.dao.query.limit |
| Modifier and Type | Method and Description |
|---|---|
LimitQuery<T> |
LimitQuery.limit(PageLimit limit)
limit.
|
| Constructor and Description |
|---|
QueryPage(LimitQuery<T> query,
EntityDao entityDao)
Constructor for QueryPage.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QueryBean<T>
QueryBean class.
|
| Modifier and Type | Method and Description |
|---|---|
LimitQuery<T> |
QueryBean.limit(PageLimit limit)
limit.
|
| Modifier and Type | Field and Description |
|---|---|
protected LimitQuery<T> |
AbstractQueryPage.query |
| Constructor and Description |
|---|
AbstractQueryPage(LimitQuery<T> query)
Constructor for AbstractQueryPage.
|
Copyright © 2005–2018 The Beangle Software. All rights reserved.