Class ItemFilterProcessor<O extends ObjectFilter>

    • Constructor Detail

      • ItemFilterProcessor

        protected ItemFilterProcessor​(SqlPathContext<?,​?,​?> context)
    • Method Detail

      • getSingleValue

        @Nullable
        protected <T> T getSingleValue​(PropertyValueFilter<T> filter)
        Returns the single "real" value from the property filter (or null).
      • isIgnoreCaseFilter

        protected boolean isIgnoreCaseFilter​(ValueFilter<?,​?> filter)
      • singleValuePredicate

        protected com.querydsl.core.types.Predicate singleValuePredicate​(com.querydsl.core.types.Path<?> path,
                                                                         com.querydsl.core.types.Ops operator,
                                                                         Object value)