Package com.vaadin.hilla.crud
Interface CountService
- All Known Implementing Classes:
CrudRepositoryService
,ListRepositoryService
public interface CountService
A browser-callable service that can count the given type of objects with a
given filter.
-
Method Summary
-
Method Details
-
count
Counts the number of entities that match the given filter.- Parameters:
filter
- the filter, ornull
to use no filter- Returns:
-