Class PageableSortableCollectionQuerier<T>
java.lang.Object
software.xdev.spring.data.eclipse.store.repository.query.executors.PageableSortableCollectionQuerier<T>
Executes queries that are optionally sorted and paged in collections.
-
Constructor Summary
ConstructorsConstructorDescriptionPageableSortableCollectionQuerier(WorkingCopier<T> copier, Criteria<T> criteria) PageableSortableCollectionQuerier(WorkingCopier<T> copier, Criteria<T> criteria, org.springframework.data.domain.Sort sort) -
Method Summary
Modifier and TypeMethodDescriptiongetEntities(EntityProvider<T, ?> entities, Class<T> clazz) getEntities(EntityProvider<T, ?> entities, Class<T> clazz, org.springframework.data.domain.Sort sort) getEntities(EntityProvider<T, ?> entities, org.springframework.data.domain.Pageable pageable, Class<T> clazz) getEntities(EntityProvider<T, ?> entities, org.springframework.data.domain.Pageable pageable, Class<T> clazz, org.springframework.data.domain.Sort sort)
-
Constructor Details
-
PageableSortableCollectionQuerier
-
PageableSortableCollectionQuerier
public PageableSortableCollectionQuerier(WorkingCopier<T> copier, Criteria<T> criteria, org.springframework.data.domain.Sort sort)
-
-
Method Details
-
getEntities
-
getEntities
-
getEntities
-
getEntities
-