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