Uses of Interface
org.omnifaces.persistence.service.BaseEntityService.MappedQueryBuilder
-
Packages that use BaseEntityService.MappedQueryBuilder Package Description org.omnifaces.persistence.service -
-
Uses of BaseEntityService.MappedQueryBuilder in org.omnifaces.persistence.service
Methods in org.omnifaces.persistence.service with parameters of type BaseEntityService.MappedQueryBuilder Modifier and Type Method Description protected <T extends E>
org.omnifaces.utils.collection.PartialResultList<T>BaseEntityService. getPage(Page page, boolean count, boolean cacheable, Class<T> resultType, BaseEntityService.MappedQueryBuilder<T> queryBuilder)
Returns a partial result list based on givenPage
, entity type andBaseEntityService.QueryBuilder
with the option whether to cache the results or not.protected <T extends E>
org.omnifaces.utils.collection.PartialResultList<T>BaseEntityService. getPage(Page page, boolean count, Class<T> resultType, BaseEntityService.MappedQueryBuilder<T> mappedQueryBuilder)
Returns a partial result list based on givenPage
, result type andBaseEntityService.MappedQueryBuilder
.
-