Uses of Enum Class
org.hibernate.search.engine.search.common.BooleanOperator
Packages that use BooleanOperator
Package
Description
-
Uses of BooleanOperator in org.hibernate.search.engine.search.common
Methods in org.hibernate.search.engine.search.common that return BooleanOperatorModifier and TypeMethodDescriptionstatic BooleanOperatorReturns the enum constant of this class with the specified name.static BooleanOperator[]BooleanOperator.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BooleanOperator in org.hibernate.search.engine.search.predicate.dsl
Methods in org.hibernate.search.engine.search.predicate.dsl with parameters of type BooleanOperatorModifier and TypeMethodDescriptionCommonQueryStringPredicateOptionsStep.defaultOperator(BooleanOperator operator) Define the default operator. -
Uses of BooleanOperator in org.hibernate.search.engine.search.predicate.spi
Methods in org.hibernate.search.engine.search.predicate.spi with parameters of type BooleanOperatorModifier and TypeMethodDescriptionvoidCommonQueryStringPredicateBuilder.defaultOperator(BooleanOperator operator)