Class IridaClientDetailsSpecification


  • public class IridaClientDetailsSpecification
    extends java.lang.Object
    Specification class for IridaClientDetails
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.springframework.data.jpa.domain.Specification<IridaClientDetails> searchClient​(java.lang.String searchString)
      Search for a IridaClientDetails object with a given search term
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IridaClientDetailsSpecification

        public IridaClientDetailsSpecification()
    • Method Detail

      • searchClient

        public static org.springframework.data.jpa.domain.Specification<IridaClientDetails> searchClient​(java.lang.String searchString)
        Search for a IridaClientDetails object with a given search term
        Parameters:
        searchString - The string to search
        Returns:
        a specification for this search