Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.MatchIdPredicateMatchingMoreStep
Packages that use MatchIdPredicateMatchingMoreStep
-
Uses of MatchIdPredicateMatchingMoreStep in org.hibernate.search.engine.search.predicate.dsl
Classes in org.hibernate.search.engine.search.predicate.dsl with type parameters of type MatchIdPredicateMatchingMoreStepModifier and TypeInterfaceDescriptioninterfaceMatchIdPredicateMatchingMoreStep<S extends MatchIdPredicateMatchingMoreStep<?,N>, N extends MatchIdPredicateOptionsStep<?>> The final step in a "match id" predicate definition, where more IDs to match can be set.interfaceMatchIdPredicateMatchingStep<N extends MatchIdPredicateMatchingMoreStep<?,?>> The step in a "match id" predicate definition where the IDs to match can be set.