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