155156157158159160161162
addOrderByClause("hpi."+property+" desc"); return this; } public HistoryProcessInstanceByVariableQuery page(int firstResult, int maxResults) { this.page = new Page(firstResult, maxResults); return this; }