| Package | Description |
|---|---|
| org.omnifaces.persistence.model.dto |
| Modifier and Type | Method and Description |
|---|---|
Page.Builder |
Page.Builder.allMatch(Map<String,Object> requiredCriteria)
Set the required criteria.
|
Page.Builder |
Page.Builder.anyMatch(Map<String,Object> optionalCriteria)
Set the optional criteria.
|
Page.Builder |
Page.Builder.orderBy(String field,
boolean ascending)
Set the ordering.
|
Page.Builder |
Page.Builder.range(int offset,
int limit)
Set the range.
|
static Page.Builder |
Page.with()
Use this if you want to build a page.
|
Copyright © 2015–2017 OmniFaces. All rights reserved.