Class SearchSpecification<T>

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

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

  • Constructor Details

    • SearchSpecification

      public SearchSpecification()
  • Method Details

    • getSpecification

      public org.springframework.data.jpa.domain.Specification<T> getSpecification(String filter)
      Gets the specification.
      Parameters:
      filter - the filter
      Returns:
      the specification