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 TypeInterfaceDescriptioninterfaceGenericSimpleBooleanPredicateClausesStep<SR,S extends C, C extends SimpleBooleanPredicateClausesCollector<SR, ?>> A generic superinterface for "simple boolean predicate" DSL steps that involve collecting clauses.interfaceSimpleBooleanPredicateClausesCollector<SR,S extends SimpleBooleanPredicateClausesCollector<SR, ?>> Subinterfaces of SimpleBooleanPredicateClausesCollector in org.hibernate.search.engine.search.predicate.dslModifier and TypeInterfaceDescriptioninterfaceGenericSimpleBooleanPredicateClausesStep<SR,S extends C, C extends SimpleBooleanPredicateClausesCollector<SR, ?>> A generic superinterface for "simple boolean predicate" DSL steps that involve collecting clauses.interfaceNestedPredicateClausesCollector<SR,S extends NestedPredicateClausesCollector<SR, ?>> An object where the clauses of anested predicatecan be set.interfaceNestedPredicateClausesStep<SR,S extends NestedPredicateClausesStep<SR, ?>> The step in a nested predicate definition where clauses can be added.interfaceSimpleBooleanPredicateClausesStep<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)