Package | Description |
---|---|
org.omnifaces.persistence.service |
Modifier and Type | Method and Description |
---|---|
protected <T extends E> |
BaseEntityService.getPage(Page page,
boolean count,
boolean cacheable,
Class<T> resultType,
BaseEntityService.MappedQueryBuilder<T> queryBuilder)
Returns a partial result list based on given
Page , entity type and BaseEntityService.QueryBuilder with the option
whether to cache the results or not. |
protected <T extends E> |
BaseEntityService.getPage(Page page,
boolean count,
Class<T> resultType,
BaseEntityService.MappedQueryBuilder<T> mappedQueryBuilder)
Returns a partial result list based on given
Page , result type and BaseEntityService.MappedQueryBuilder . |
Copyright © 2015–2020 OmniFaces. All rights reserved.