Uses of Class
de.terrestris.shoguncore.paging.PagingResult
-
Packages that use PagingResult Package Description de.terrestris.shoguncore.dao -
-
Uses of PagingResult in de.terrestris.shoguncore.dao
Methods in de.terrestris.shoguncore.dao that return PagingResult Modifier and Type Method 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.
-