Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.SimpleBooleanPredicateClausesCollector
-
-
Uses of SimpleBooleanPredicateClausesCollector in org.hibernate.search.backend.elasticsearch.search.query.dsl.impl
Method parameters in org.hibernate.search.backend.elasticsearch.search.query.dsl.impl with type arguments of type SimpleBooleanPredicateClausesCollector Modifier and Type Method Description ElasticsearchSearchQueryOptionsStep<E,LOS>ElasticsearchSearchQuerySelectStepImpl. where(BiConsumer<? super ElasticsearchSearchPredicateFactory,? super SimpleBooleanPredicateClausesCollector<?>> predicateContributor) -
Uses of SimpleBooleanPredicateClausesCollector in org.hibernate.search.backend.lucene.search.query.dsl.impl
Method parameters in org.hibernate.search.backend.lucene.search.query.dsl.impl with type arguments of type SimpleBooleanPredicateClausesCollector Modifier and Type Method Description LuceneSearchQueryOptionsStep<E,LOS>LuceneSearchQuerySelectStepImpl. where(BiConsumer<? super LuceneSearchPredicateFactory,? super SimpleBooleanPredicateClausesCollector<?>> predicateContributor) -
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 SimpleBooleanPredicateClausesCollector Modifier and Type Interface Description interfaceGenericSimpleBooleanPredicateClausesStep<S extends C,C extends SimpleBooleanPredicateClausesCollector<?>>A generic superinterface for "simple boolean predicate" DSL steps that involve collecting clauses.interfaceSimpleBooleanPredicateClausesCollector<S extends SimpleBooleanPredicateClausesCollector<?>>Subinterfaces of SimpleBooleanPredicateClausesCollector in org.hibernate.search.engine.search.predicate.dsl Modifier and Type Interface Description interfaceGenericSimpleBooleanPredicateClausesStep<S extends C,C extends SimpleBooleanPredicateClausesCollector<?>>A generic superinterface for "simple boolean predicate" DSL steps that involve collecting clauses.interfaceNestedPredicateClausesCollector<S extends NestedPredicateClausesCollector<?>>An 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.interfaceSimpleBooleanPredicateClausesStep<S extends SimpleBooleanPredicateClausesStep<?>>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.predicate.dsl.impl
Classes in org.hibernate.search.engine.search.predicate.dsl.impl with type parameters of type SimpleBooleanPredicateClausesCollector Modifier and Type Class Description classAbstractSimpleBooleanPredicateClausesStep<S extends C,C extends SimpleBooleanPredicateClausesCollector<?>>Classes in org.hibernate.search.engine.search.predicate.dsl.impl that implement SimpleBooleanPredicateClausesCollector Modifier and Type Class Description classAbstractSimpleBooleanPredicateClausesStep<S extends C,C extends SimpleBooleanPredicateClausesCollector<?>>classNestedPredicateClausesStepImplclassSimpleBooleanPredicateClausesStepImpl -
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 SimpleBooleanPredicateClausesCollector Modifier and Type Method Description NSearchQueryWhereStep. where(BiConsumer<? super PDF,? super SimpleBooleanPredicateClausesCollector<?>> predicateContributor)Set the predicate for this query. -
Uses of SimpleBooleanPredicateClausesCollector in org.hibernate.search.engine.search.query.dsl.impl
Method parameters in org.hibernate.search.engine.search.query.dsl.impl with type arguments of type SimpleBooleanPredicateClausesCollector Modifier and Type Method Description SearchQueryOptionsStep<?,E,LOS,?,?>DefaultSearchQuerySelectStep. where(BiConsumer<? super SearchPredicateFactory,? super SimpleBooleanPredicateClausesCollector<?>> predicateContributor) -
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 SimpleBooleanPredicateClausesCollector Modifier and Type Method Description SearchQueryOptionsStep<?,E,LOS,?,?>AbstractDelegatingSearchQuerySelectStep. where(BiConsumer<? super SearchPredicateFactory,? super SimpleBooleanPredicateClausesCollector<?>> predicateContributor)SAbstractSearchQueryOptionsStep. where(BiConsumer<? super PDF,? super SimpleBooleanPredicateClausesCollector<?>> predicateContributor)
-