Uses of Interface
org.hibernate.search.engine.search.common.NamedValues
Packages that use NamedValues
Package
Description
-
Uses of NamedValues in org.hibernate.search.engine.search.aggregation.dsl
Method parameters in org.hibernate.search.engine.search.aggregation.dsl with type arguments of type NamedValuesModifier and TypeMethodDescription<T> AggregationFinalStep<T> SearchAggregationFactory.withParameters(Function<? super NamedValues, ? extends AggregationFinalStep<T>> aggregationCreator) Delegating aggregation that creates the actual aggregation at query create time and provides access to query parameters. -
Uses of NamedValues in org.hibernate.search.engine.search.aggregation.dsl.spi
Method parameters in org.hibernate.search.engine.search.aggregation.dsl.spi with type arguments of type NamedValuesModifier and TypeMethodDescription<T> AggregationFinalStep<T> AbstractSearchAggregationFactory.withParameters(Function<? super NamedValues, ? extends AggregationFinalStep<T>> aggregationCreator) -
Uses of NamedValues in org.hibernate.search.engine.search.aggregation.spi
Method parameters in org.hibernate.search.engine.search.aggregation.spi with type arguments of type NamedValuesModifier and TypeMethodDescriptionvoidWithParametersAggregationBuilder.creator(Function<? super NamedValues, ? extends AggregationFinalStep<T>> aggregationCreator) -
Uses of NamedValues in org.hibernate.search.engine.search.common.spi
Classes in org.hibernate.search.engine.search.common.spi that implement NamedValuesMethods in org.hibernate.search.engine.search.common.spi that return NamedValuesModifier and TypeMethodDescriptionstatic NamedValuesMapNamedValues.fromMap(Map<String, Object> map, Function<String, org.hibernate.search.util.common.SearchException> namedValueMissing) Create a simple instance ofNamedValuesbacked by amap. -
Uses of NamedValues in org.hibernate.search.engine.search.predicate.definition
Methods in org.hibernate.search.engine.search.predicate.definition that return NamedValues -
Uses of NamedValues in org.hibernate.search.engine.search.predicate.dsl
Method parameters in org.hibernate.search.engine.search.predicate.dsl with type arguments of type NamedValuesModifier and TypeMethodDescriptionSearchPredicateFactory.withParameters(Function<? super NamedValues, ? extends PredicateFinalStep> predicateCreator) Delegating predicate that creates the actual predicate at query create time and provides access to query parameters. -
Uses of NamedValues in org.hibernate.search.engine.search.predicate.dsl.spi
Method parameters in org.hibernate.search.engine.search.predicate.dsl.spi with type arguments of type NamedValuesModifier and TypeMethodDescriptionAbstractSearchPredicateFactory.withParameters(Function<? super NamedValues, ? extends PredicateFinalStep> predicateCreator) -
Uses of NamedValues in org.hibernate.search.engine.search.predicate.spi
Methods in org.hibernate.search.engine.search.predicate.spi that return NamedValuesModifier and TypeMethodDescriptionNamedValuesBasedPredicateDefinitionContext.params()NamedValuesBasedTypedPredicateDefinitionContext.params()Method parameters in org.hibernate.search.engine.search.predicate.spi with type arguments of type NamedValuesModifier and TypeMethodDescriptionvoidWithParametersPredicateBuilder.creator(Function<? super NamedValues, ? extends PredicateFinalStep> predicateDefinition) -
Uses of NamedValues in org.hibernate.search.engine.search.projection.dsl
Method parameters in org.hibernate.search.engine.search.projection.dsl with type arguments of type NamedValuesModifier and TypeMethodDescription<T> ProjectionFinalStep<T> SearchProjectionFactory.withParameters(Function<? super NamedValues, ? extends ProjectionFinalStep<T>> projectionCreator) Delegating projection that creates the actual projection at query create time and provides access to query parameters. -
Uses of NamedValues in org.hibernate.search.engine.search.projection.dsl.spi
Method parameters in org.hibernate.search.engine.search.projection.dsl.spi with type arguments of type NamedValuesModifier and TypeMethodDescription<T> ProjectionFinalStep<T> AbstractSearchProjectionFactory.withParameters(Function<? super NamedValues, ? extends ProjectionFinalStep<T>> projectionCreator) -
Uses of NamedValues in org.hibernate.search.engine.search.projection.spi
Method parameters in org.hibernate.search.engine.search.projection.spi with type arguments of type NamedValuesModifier and TypeMethodDescription<T> SearchProjection<T> SearchProjectionBuilderFactory.withParameters(Function<? super NamedValues, ? extends ProjectionFinalStep<T>> projectionCreator) -
Uses of NamedValues in org.hibernate.search.engine.search.query.spi
Classes in org.hibernate.search.engine.search.query.spi that implement NamedValues -
Uses of NamedValues in org.hibernate.search.engine.search.sort.dsl
Method parameters in org.hibernate.search.engine.search.sort.dsl with type arguments of type NamedValuesModifier and TypeMethodDescriptionSortThenStep<?> SearchSortFactory.withParameters(Function<? super NamedValues, ? extends SortFinalStep> sortCreator) Delegating sort that creates the actual sort at query create time and provides access to query parameters.TypedSearchSortFactory.withParameters(Function<? super NamedValues, ? extends SortFinalStep> sortCreator) Delegating sort that creates the actual sort at query create time and provides access to query parameters. -
Uses of NamedValues in org.hibernate.search.engine.search.sort.dsl.spi
Method parameters in org.hibernate.search.engine.search.sort.dsl.spi with type arguments of type NamedValuesModifier and TypeMethodDescriptionAbstractSearchSortFactory.withParameters(Function<? super NamedValues, ? extends SortFinalStep> sortCreator) -
Uses of NamedValues in org.hibernate.search.engine.search.sort.spi
Method parameters in org.hibernate.search.engine.search.sort.spi with type arguments of type NamedValuesModifier and TypeMethodDescriptionvoidWithParametersSortBuilder.creator(Function<? super NamedValues, ? extends SortFinalStep> sortCreator)