Class CountQueryExecutor<T>
java.lang.Object
software.xdev.spring.data.eclipse.store.repository.query.executors.CountQueryExecutor<T>
- All Implemented Interfaces:
QueryExecutor<T>
Executes queries that are optionally sorted and paged in collections.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CountQueryExecutor
-
-
Method Details
-
execute
Executes the created query over entities.The result is always a working copy of the entities.
- Specified by:
executein interfaceQueryExecutor<T>- Parameters:
clazz- of the entitiesentities- where the query is executed onvalues- for the query. These are values that might be compared to entities.- Returns:
- a list of the found/sorted/paged entities
-