Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.MatchIdPredicateMatchingMoreStep
-
Packages that use MatchIdPredicateMatchingMoreStep Package Description org.hibernate.search.engine.search.predicate.dsl -
-
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 MatchIdPredicateMatchingMoreStep Modifier and Type Interface Description interface
MatchIdPredicateMatchingMoreStep<S extends MatchIdPredicateMatchingMoreStep<?,N>,N extends MatchIdPredicateOptionsStep<?>>
The final step in a "match id" predicate definition, where more IDs to match can be set.interface
MatchIdPredicateMatchingStep<N extends MatchIdPredicateMatchingMoreStep<?,?>>
The step in a "match id" predicate definition where the IDs to match can be set.
-