Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.BooleanPredicateOptionsCollector
Packages that use BooleanPredicateOptionsCollector
Package
Description
-
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 TypeInterfaceDescriptioninterfaceAn object where the clauses and options of aboolean predicatecan be set.interfaceGenericBooleanPredicateClausesStep<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 TypeInterfaceDescriptioninterfaceBooleanPredicateClausesStep<S extends BooleanPredicateClausesStep<?>>The initial and final step in a boolean predicate definition, where clauses can be added.interfaceGenericBooleanPredicateClausesStep<S extends C,C extends BooleanPredicateOptionsCollector<?>> A generic superinterface for Predicate DSL steps that involve collecting clauses and options of a boolean predicate.interfaceNestedPredicateClausesStep<S extends NestedPredicateClausesStep<?>>The step in a nested predicate definition where clauses can be added.interfaceAn object where the clauses and options of aSearchPredicateFactory.nested(String)nested predicate} can be set. -
Uses of BooleanPredicateOptionsCollector in org.hibernate.search.engine.search.query.dsl
Method parameters in org.hibernate.search.engine.search.query.dsl with type arguments of type BooleanPredicateOptionsCollectorModifier and TypeMethodDescriptionSearchQueryWhereStep.where(BiConsumer<? super PDF, ? super BooleanPredicateOptionsCollector<?>> predicateContributor) Set the predicate for this query. -
Uses of BooleanPredicateOptionsCollector in org.hibernate.search.engine.search.query.dsl.spi
Method parameters in org.hibernate.search.engine.search.query.dsl.spi with type arguments of type BooleanPredicateOptionsCollectorModifier and TypeMethodDescriptionSearchQueryOptionsStep<?,E, LOS, ?, ?> AbstractDelegatingSearchQuerySelectStep.where(BiConsumer<? super SearchPredicateFactory, ? super BooleanPredicateOptionsCollector<?>> predicateContributor) AbstractSearchQueryOptionsStep.where(BiConsumer<? super PDF, ? super BooleanPredicateOptionsCollector<?>> predicateContributor)