BaseEntity
.BaseEntityService.list(CriteriaQueryBuilder, Consumer)
or BaseEntityService.find(CriteriaQueryBuilder, Consumer)
methods.BaseEntityService.getPage(Page, boolean)
methods taking
a specific result type, such as an entity subclass (DTO).BaseEntityService.getPage(Page, boolean)
methods.BaseEntityService
subclass define the callback method which needs to be invoked before any of
BaseEntityService.getPage(Page, boolean)
methods is called.path BETWEEN range.min AND range.max
.path IS (NOT) TRUE
.Copyright © 2015–2018 OmniFaces. All rights reserved.