Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.WildcardPredicateOptionsStep
-
Packages that use WildcardPredicateOptionsStep Package Description org.hibernate.search.engine.search.predicate.dsl -
-
Uses of WildcardPredicateOptionsStep in org.hibernate.search.engine.search.predicate.dsl
Classes in org.hibernate.search.engine.search.predicate.dsl with type parameters of type WildcardPredicateOptionsStep Modifier and Type Interface Description interface
WildcardPredicateFieldMoreStep<S extends WildcardPredicateFieldMoreStep<?,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.interface
WildcardPredicateMatchingStep<N extends WildcardPredicateOptionsStep<?>>
The step in a "wildcard" predicate definition where the pattern to match can be set.interface
WildcardPredicateOptionsStep<S extends WildcardPredicateOptionsStep<?>>
The final step in a "wildcard" predicate definition, where optional parameters can be set.
-