Class SearchSpecification<T>

java.lang.Object
com.skava.helper.search.SearchSpecification<T>
Type Parameters:
T - the generic type

public class SearchSpecification<T> extends Object
The Class SearchSpecification.
Author:
Karthik.R45
  • Field Details

  • Constructor Details

    • SearchSpecification

      public SearchSpecification()
  • Method Details

    • getSpecification

      public org.springframework.data.jpa.domain.Specification<T> getSpecification(String filter)
      This method is used to get the specification.
      Parameters:
      filter - Indicates the filter value.
      Returns:
      The Specification object.