Interface FindParams

  • All Known Implementing Classes:
    FindParamsImpl

    public interface FindParams
    Container (DTO) for find parameters.
    • Method Detail

      • getNullHandling

        String getNullHandling()
      • getPageNumber

        int getPageNumber()
      • getPageSize

        int getPageSize()
      • getSortDirection

        String getSortDirection()
      • getSortField

        String getSortField()