Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.WildcardPredicateMatchingStep
Packages that use WildcardPredicateMatchingStep
-
Uses of WildcardPredicateMatchingStep in org.hibernate.search.engine.search.predicate.dsl
Subinterfaces of WildcardPredicateMatchingStep in org.hibernate.search.engine.search.predicate.dslModifier and TypeInterfaceDescriptioninterface
WildcardPredicateFieldMoreStep<SR,
S extends WildcardPredicateFieldMoreStep<SR, ?, N>, N extends WildcardPredicateOptionsStep<?>> The step in a "wildcard" predicate definition where the pattern to match can be set (see the superinterfaceWildcardPredicateMatchingStep
), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.