Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.MatchIdPredicateOptionsStep
-
Packages that use MatchIdPredicateOptionsStep Package Description org.hibernate.search.engine.search.predicate.dsl -
-
Uses of MatchIdPredicateOptionsStep in org.hibernate.search.engine.search.predicate.dsl
Classes in org.hibernate.search.engine.search.predicate.dsl with type parameters of type MatchIdPredicateOptionsStep 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
MatchIdPredicateOptionsStep<S extends MatchIdPredicateOptionsStep<?>>
The final step in a "match id" predicate definition, where optional parameters can be set.Subinterfaces of MatchIdPredicateOptionsStep in org.hibernate.search.engine.search.predicate.dsl 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.
-