Uses of Interface
org.infinispan.query.dsl.FilterConditionContextQueryBuilder
Packages that use FilterConditionContextQueryBuilder
-
Uses of FilterConditionContextQueryBuilder in org.infinispan.query.dsl
Methods in org.infinispan.query.dsl that return FilterConditionContextQueryBuilderModifier and TypeMethodDescriptionFilterConditionContext.and
(FilterConditionContext rightCondition) Deprecated.Connects a given context with the current one using boolean AND.Deprecated.Checks that the left argument (which is expected to be an array or a Collection) contains the given element.FilterConditionEndContext.containsAll
(Object... values) Deprecated.Checks that the left argument (which is expected to be an array or a Collection) contains all of the the given elements, in any order.FilterConditionEndContext.containsAll
(Collection values) Deprecated.Checks that the left argument (which is expected to be an array or a Collection) contains all the elements of the given collection, in any order.FilterConditionEndContext.containsAny
(Object... values) Deprecated.Checks that the left argument (which is expected to be an array or a Collection) contains any of the the given elements.FilterConditionEndContext.containsAny
(Collection values) Deprecated.Checks that the left argument (which is expected to be an array or a Collection) contains any of the elements of the given collection.Deprecated.Alias forFilterConditionEndContext.eq(Object)
Deprecated.Checks that the left argument is greater than the given value.Deprecated.Checks that the left argument is greater than or equal to the given value.Deprecated.Checks that the left operand is equal to one of the (fixed) list of values given as argument.FilterConditionEndContext.in
(Collection values) Deprecated.Checks that the left operand is equal to one of the elements from the Collection of values given as argument.FilterConditionEndContext.isNull()
Deprecated.Checks that the left argument is null.Deprecated.Checks that the left argument (which is expected to be a String) matches a wildcard pattern that follows the JPA rules.Deprecated.Checks that the left argument is less than the given value.Deprecated.Checks that the left argument is less than or equal to the given value.FilterConditionBeginContext.not()
Deprecated.FilterConditionBeginContext.not
(FilterConditionContext fcc) Deprecated.FilterConditionContext.or
(FilterConditionContext rightCondition) Deprecated.Connects a given context with the current one using boolean OR.