Class SpecificationUtils


  • public class SpecificationUtils
    extends Object
    • Constructor Detail

      • SpecificationUtils

        public SpecificationUtils()
    • Method Detail

      • trueSpecification

        public static <T> org.springframework.data.jpa.domain.Specification<T> trueSpecification()
      • falseSpecification

        public static <T> org.springframework.data.jpa.domain.Specification<T> falseSpecification()
      • and

        public static <T> BinaryOperator<org.springframework.data.jpa.domain.Specification<T>> and()
      • or

        public static <T> BinaryOperator<org.springframework.data.jpa.domain.Specification<T>> or()
      • and

        @SafeVarargs
        public static <T> org.springframework.data.jpa.domain.Specification<T> and​(org.springframework.data.jpa.domain.Specification<T>... specs)
      • or

        @SafeVarargs
        public static <T> org.springframework.data.jpa.domain.Specification<T> or​(org.springframework.data.jpa.domain.Specification<T>... specs)