Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.SimpleBooleanPredicateClausesCollector
Packages that use SimpleBooleanPredicateClausesCollector
Package
Description
-
Uses of SimpleBooleanPredicateClausesCollector in org.hibernate.search.engine.search.predicate.dsl
Classes in org.hibernate.search.engine.search.predicate.dsl with type parameters of type SimpleBooleanPredicateClausesCollectorModifier and TypeInterfaceDescriptioninterface
GenericSimpleBooleanPredicateClausesStep<S extends C,
C extends SimpleBooleanPredicateClausesCollector<?>> A generic superinterface for "simple boolean predicate" DSL steps that involve collecting clauses.interface
Subinterfaces of SimpleBooleanPredicateClausesCollector in org.hibernate.search.engine.search.predicate.dslModifier and TypeInterfaceDescriptioninterface
GenericSimpleBooleanPredicateClausesStep<S extends C,
C extends SimpleBooleanPredicateClausesCollector<?>> A generic superinterface for "simple boolean predicate" DSL steps that involve collecting clauses.interface
An object where the clauses of anested predicate
can be set.interface
NestedPredicateClausesStep<S extends NestedPredicateClausesStep<?>>
The step in a nested predicate definition where clauses can be added.interface
The initial and final step in a "simple boolean predicate" definition, where clauses can be added and options can be set. -
Uses of SimpleBooleanPredicateClausesCollector in org.hibernate.search.engine.search.query.dsl
Method parameters in org.hibernate.search.engine.search.query.dsl with type arguments of type SimpleBooleanPredicateClausesCollectorModifier and TypeMethodDescriptionSearchQueryWhereStep.where
(BiConsumer<? super PDF, ? super SimpleBooleanPredicateClausesCollector<?>> predicateContributor) Set the predicate for this query. -
Uses of SimpleBooleanPredicateClausesCollector 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 SimpleBooleanPredicateClausesCollectorModifier and TypeMethodDescriptionSearchQueryOptionsStep<?,
E, LOS, ?, ?> AbstractDelegatingSearchQuerySelectStep.where
(BiConsumer<? super SearchPredicateFactory, ? super SimpleBooleanPredicateClausesCollector<?>> predicateContributor) AbstractSearchQueryOptionsStep.where
(BiConsumer<? super PDF, ? super SimpleBooleanPredicateClausesCollector<?>> predicateContributor)