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<SR,
S extends C, C extends SimpleBooleanPredicateClausesCollector<SR, ?>> A generic superinterface for "simple boolean predicate" DSL steps that involve collecting clauses.interface
SimpleBooleanPredicateClausesCollector<SR,
S extends SimpleBooleanPredicateClausesCollector<SR, ?>> Subinterfaces of SimpleBooleanPredicateClausesCollector in org.hibernate.search.engine.search.predicate.dslModifier and TypeInterfaceDescriptioninterface
GenericSimpleBooleanPredicateClausesStep<SR,
S extends C, C extends SimpleBooleanPredicateClausesCollector<SR, ?>> A generic superinterface for "simple boolean predicate" DSL steps that involve collecting clauses.interface
NestedPredicateClausesCollector<SR,
S extends NestedPredicateClausesCollector<SR, ?>> An object where the clauses of anested predicate
can be set.interface
NestedPredicateClausesStep<SR,
S extends NestedPredicateClausesStep<SR, ?>> The step in a nested predicate definition where clauses can be added.interface
SimpleBooleanPredicateClausesStep<SR,
S extends SimpleBooleanPredicateClausesStep<SR, ?>> 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<SR, ?>> 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
<SR, ?, E, LOS, ?, ?> AbstractDelegatingSearchQuerySelectStep.where
(BiConsumer<? super TypedSearchPredicateFactory<SR>, ? super SimpleBooleanPredicateClausesCollector<SR, ?>> predicateContributor) AbstractSearchQueryOptionsStep.where
(BiConsumer<? super PDF, ? super SimpleBooleanPredicateClausesCollector<SR, ?>> predicateContributor)