Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.MatchPredicateMatchingGenericStep
Packages that use MatchPredicateMatchingGenericStep
-
Uses of MatchPredicateMatchingGenericStep in org.hibernate.search.engine.search.predicate.dsl
Subinterfaces of MatchPredicateMatchingGenericStep in org.hibernate.search.engine.search.predicate.dslModifier and TypeInterfaceDescriptioninterfaceMatchPredicateFieldMoreGenericStep<S extends MatchPredicateFieldMoreGenericStep<?,N, T, V>, N extends MatchPredicateOptionsStep<?>, T, V> The step in a "match" predicate definition where the value to match can be set (see the superinterfaceMatchPredicateMatchingStep), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.interfaceMatchPredicateFieldMoreStep<S extends MatchPredicateFieldMoreStep<?,N>, N extends MatchPredicateOptionsStep<?>> The step in a "match" predicate definition where the value to match can be set (see the superinterfaceMatchPredicateMatchingStep), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.interfaceMatchPredicateMatchingStep<N extends MatchPredicateOptionsStep<?>>The step in a "match" predicate definition where the value to match can be set.