| Package | Description |
|---|---|
| de.terrestris.shoguncore.dao |
| Modifier and Type | Method and Description |
|---|---|
PagingResult<E> |
GenericHibernateDao.findByCriteriaWithSortingAndPaging(Integer firstResult,
Integer maxResults,
List<org.hibernate.criterion.Order> sorters,
org.hibernate.criterion.Criterion... criterion)
Gets the results, that match a variable number of passed criterions,
considering the paging- and sort-info at the same time.
|
Copyright © 2020 terrestris GmbH & Co. KG. All rights reserved.