Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.BooleanPredicateOptionsCollector
Packages that use BooleanPredicateOptionsCollector
-
Uses of BooleanPredicateOptionsCollector in org.hibernate.search.engine.search.predicate.dsl
Classes in org.hibernate.search.engine.search.predicate.dsl with type parameters of type BooleanPredicateOptionsCollectorModifier and TypeInterfaceDescriptioninterface
An object where the clauses and options of aboolean predicate
can be set.interface
GenericBooleanPredicateClausesStep<S extends C,
C extends BooleanPredicateOptionsCollector<?>> A generic superinterface for Predicate DSL steps that involve collecting clauses and options of a boolean predicate.Subinterfaces of BooleanPredicateOptionsCollector in org.hibernate.search.engine.search.predicate.dslModifier and TypeInterfaceDescriptioninterface
BooleanPredicateClausesStep<S extends BooleanPredicateClausesStep<?>>
The initial and final step in a boolean predicate definition, where clauses can be added.interface
GenericBooleanPredicateClausesStep<S extends C,
C extends BooleanPredicateOptionsCollector<?>> A generic superinterface for Predicate DSL steps that involve collecting clauses and options of a boolean predicate.