public class ResultSet<T> extends Object
| Constructor and Description |
|---|
ResultSet(List<T> entities,
PageContext pageContext,
long totalSize) |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
getEntities() |
PageContext |
getPageContext() |
long |
getTotalSize() |
void |
setEntities(List<T> entities) |
public ResultSet(List<T> entities, PageContext pageContext, long totalSize)
public PageContext getPageContext()
public long getTotalSize()
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.