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
BooleanPredicateOptionsCollector<SR,
S extends BooleanPredicateOptionsCollector<SR, ?>> An object where the clauses and options of aboolean predicate
can be set.interface
GenericBooleanPredicateClausesStep<SR,
S extends C, C extends BooleanPredicateOptionsCollector<SR, ?>> 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<SR,
S extends BooleanPredicateClausesStep<SR, ?>> The initial and final step in a boolean predicate definition, where clauses can be added.interface
GenericBooleanPredicateClausesStep<SR,
S extends C, C extends BooleanPredicateOptionsCollector<SR, ?>> A generic superinterface for Predicate DSL steps that involve collecting clauses and options of a boolean predicate.