Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.PredicateFinalStep
Packages that use PredicateFinalStep
Package
Description
-
Uses of PredicateFinalStep in org.hibernate.search.engine.search.aggregation.dsl
Methods in org.hibernate.search.engine.search.aggregation.dsl with parameters of type PredicateFinalStepModifier and TypeMethodDescriptiondefault SAggregationFilterStep.filter(PredicateFinalStep dslFinalStep) Filter nested objects from which values will be extracted for this aggregation.Method parameters in org.hibernate.search.engine.search.aggregation.dsl with type arguments of type PredicateFinalStepModifier and TypeMethodDescriptionAggregationFilterStep.filter(Function<? super PDF, ? extends PredicateFinalStep> clauseContributor) Filter nested objects from which values will be extracted for this aggregation. -
Uses of PredicateFinalStep in org.hibernate.search.engine.search.predicate.dsl
Subinterfaces of PredicateFinalStep in org.hibernate.search.engine.search.predicate.dslModifier and TypeInterfaceDescriptioninterfaceBooleanPredicateClausesStep<S extends BooleanPredicateClausesStep<?>>The initial and final step in a boolean predicate definition, where clauses can be added.interfaceExistsPredicateOptionsStep<S extends ExistsPredicateOptionsStep<?>>The final step in an "exists" predicate definition, where optional parameters can be set.interfaceGenericBooleanPredicateClausesStep<S extends C,C extends BooleanPredicateOptionsCollector<?>> A generic superinterface for Predicate DSL steps that involve collecting clauses and options of a boolean predicate.interfaceMatchAllPredicateOptionsStep<S extends MatchAllPredicateOptionsStep<?>>The initial and final step in "match all" predicate definition, where optional parameters can be set.interfaceMatchIdPredicateMatchingMoreStep<S extends MatchIdPredicateMatchingMoreStep<?,N>, N extends MatchIdPredicateOptionsStep<?>> The final step in a "match id" predicate definition, where more IDs to match can be set.interfaceMatchIdPredicateOptionsStep<S extends MatchIdPredicateOptionsStep<?>>The final step in a "match id" predicate definition, where optional parameters can be set.interfaceThe initial and final step in "match none" predicate definition.interfaceMatchPredicateOptionsStep<S extends MatchPredicateOptionsStep<?>>The final step in a "match" predicate definition, where optional parameters can be set.interfaceThe initial and final step in named predicate definition.interfaceNestedPredicateClausesStep<S extends NestedPredicateClausesStep<?>>The step in a nested predicate definition where clauses can be added.interfaceNestedPredicateOptionsStep<S extends NestedPredicateOptionsStep<?>>Deprecated.interfacePhrasePredicateOptionsStep<S extends PhrasePredicateOptionsStep<?>>The final step in a "phrase" predicate definition, where optional parameters can be set.interfaceRangePredicateOptionsStep<S extends RangePredicateOptionsStep<?>>The final step in a "range" predicate definition, where optional parameters can be set.interfaceRegexpPredicateOptionsStep<S extends RegexpPredicateOptionsStep<?>>The final step in a "regexp" predicate definition, where optional parameters can be set.interfaceThe final step in an "simple query string" predicate definition, where optional parameters can be set.interfaceThe final step in a "within" predicate definition, where optional parameters can be set.interfaceTermsPredicateOptionsStep<S extends TermsPredicateOptionsStep<?>>The final step in a "terms" predicate definition, where optional parameters can be set.interfaceWildcardPredicateOptionsStep<S extends WildcardPredicateOptionsStep<?>>The final step in a "wildcard" predicate definition, where optional parameters can be set.Methods in org.hibernate.search.engine.search.predicate.dsl that return PredicateFinalStepModifier and TypeMethodDescriptionSearchPredicateFactory.bool(Consumer<? super BooleanPredicateClausesStep<?>> clauseContributor) Deprecated.Use.bool().with(...)instead.SearchPredicateFactoryExtensionIfSupportedMoreStep.orElse(Function<SearchPredicateFactory, ? extends PredicateFinalStep> predicateContributor) If no extension passed toSearchPredicateFactoryExtensionIfSupportedStep.ifSupported(SearchPredicateFactoryExtension, Function)was supported so far, apply the given consumer to the current (non-extended)SearchPredicateFactory; otherwise return the predicate created in the first succeedingifSupportedcall.SearchPredicateFactoryExtensionIfSupportedMoreStep.orElseFail()If no extension passed toSearchPredicateFactoryExtensionIfSupportedStep.ifSupported(SearchPredicateFactoryExtension, Function)was supported so far, throw an exception; otherwise return the predicate created in the first succeedingifSupportedcall.Methods in org.hibernate.search.engine.search.predicate.dsl with parameters of type PredicateFinalStepModifier and TypeMethodDescriptiondefault SMatchAllPredicateOptionsStep.except(PredicateFinalStep dslFinalStep) Add a "must not" clause based on an almost-builtSearchPredicate.default SBooleanPredicateOptionsCollector.filter(PredicateFinalStep dslFinalStep) Add a "filter" clause based on an almost-builtSearchPredicate.default SGenericBooleanPredicateClausesStep.filter(PredicateFinalStep dslFinalStep) default SBooleanPredicateOptionsCollector.must(PredicateFinalStep dslFinalStep) Add a "must" clause based on an almost-builtSearchPredicate.default SGenericBooleanPredicateClausesStep.must(PredicateFinalStep dslFinalStep) default SBooleanPredicateOptionsCollector.mustNot(PredicateFinalStep dslFinalStep) Add a "must not" clause based on an almost-builtSearchPredicate.default SGenericBooleanPredicateClausesStep.mustNot(PredicateFinalStep dslFinalStep) default NNestedPredicateNestStep.nest(PredicateFinalStep dslFinalStep) Deprecated.Set the inner predicate to an almost-builtSearchPredicate.default SBooleanPredicateOptionsCollector.should(PredicateFinalStep dslFinalStep) Add a "should" clause based on an almost-builtSearchPredicate.default SGenericBooleanPredicateClausesStep.should(PredicateFinalStep dslFinalStep) Method parameters in org.hibernate.search.engine.search.predicate.dsl with type arguments of type PredicateFinalStepModifier and TypeMethodDescriptionMatchAllPredicateOptionsStep.except(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep> clauseContributor) Add a "must not" clause to be defined by the given function.BooleanPredicateOptionsCollector.filter(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep> clauseContributor) Add a "filter" clause to be defined by the given function.GenericBooleanPredicateClausesStep.filter(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep> clauseContributor) SearchPredicateFactoryExtensionIfSupportedStep.ifSupported(SearchPredicateFactoryExtension<T> extension, Function<T, ? extends PredicateFinalStep> predicateContributor) If the given extension is supported, and none of the previous extensions passed toSearchPredicateFactoryExtensionIfSupportedStep.ifSupported(SearchPredicateFactoryExtension, Function)was supported, extend the current factory with this extension, apply the given function to the extended factory, and store the resulting predicate for later retrieval.BooleanPredicateOptionsCollector.must(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep> clauseContributor) Add a "must" clause to be defined by the given function.GenericBooleanPredicateClausesStep.must(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep> clauseContributor) BooleanPredicateOptionsCollector.mustNot(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep> clauseContributor) Add a "must not" clause to be defined by the given function.GenericBooleanPredicateClausesStep.mustNot(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep> clauseContributor) NestedPredicateNestStep.nest(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep> predicateContributor) Deprecated.Set the inner predicate defined by the given function.SearchPredicateFactoryExtensionIfSupportedMoreStep.orElse(Function<SearchPredicateFactory, ? extends PredicateFinalStep> predicateContributor) If no extension passed toSearchPredicateFactoryExtensionIfSupportedStep.ifSupported(SearchPredicateFactoryExtension, Function)was supported so far, apply the given consumer to the current (non-extended)SearchPredicateFactory; otherwise return the predicate created in the first succeedingifSupportedcall.BooleanPredicateOptionsCollector.should(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep> clauseContributor) Add a "should" clause to be defined by the given function.GenericBooleanPredicateClausesStep.should(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep> clauseContributor) -
Uses of PredicateFinalStep in org.hibernate.search.engine.search.predicate.dsl.spi
Classes in org.hibernate.search.engine.search.predicate.dsl.spi that implement PredicateFinalStepModifier and TypeClassDescriptionclassAn abstract base forPredicateFinalStepimplementations.final classMethods in org.hibernate.search.engine.search.predicate.dsl.spi that return PredicateFinalStepModifier and TypeMethodDescriptionAbstractSearchPredicateFactory.bool(Consumer<? super BooleanPredicateClausesStep<?>> clauseContributor) -
Uses of PredicateFinalStep in org.hibernate.search.engine.search.query.dsl
Method parameters in org.hibernate.search.engine.search.query.dsl with type arguments of type PredicateFinalStepModifier and TypeMethodDescriptionSearchQueryWhereStep.where(Function<? super PDF, ? extends PredicateFinalStep> predicateContributor) Set the predicate for this query. -
Uses of PredicateFinalStep 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 PredicateFinalStepModifier and TypeMethodDescriptionSearchQueryOptionsStep<?,E, LOS, ?, ?> AbstractDelegatingSearchQuerySelectStep.where(Function<? super SearchPredicateFactory, ? extends PredicateFinalStep> predicateContributor) AbstractSearchQueryOptionsStep.where(Function<? super PDF, ? extends PredicateFinalStep> predicateContributor) -
Uses of PredicateFinalStep in org.hibernate.search.engine.search.sort.dsl
Methods in org.hibernate.search.engine.search.sort.dsl with parameters of type PredicateFinalStepModifier and TypeMethodDescriptiondefault SSortFilterStep.filter(PredicateFinalStep dslFinalStep) Filter nested objects from which values will be extracted for this sort.Method parameters in org.hibernate.search.engine.search.sort.dsl with type arguments of type PredicateFinalStepModifier and TypeMethodDescriptionSortFilterStep.filter(Function<? super PDF, ? extends PredicateFinalStep> clauseContributor) Filter nested objects from which values will be extracted for this sort.
SearchPredicateFactory.nested(String)instead.