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

    Modifier and Type
    Method
    Description
    long
    count(@Nullable Filter filter)

    Counts the number of entities that match the given filter.

  • Method Details

    • count

      long count(@Nullable Filter filter)

      Counts the number of entities that match the given filter.

      Parameters:

      filter - the filter, or null to use no filter

      Returns: