Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.WildcardPredicateFieldMoreStep
-
Packages that use WildcardPredicateFieldMoreStep Package Description org.hibernate.search.engine.search.predicate.dsl org.hibernate.search.engine.search.predicate.dsl.impl -
-
Uses of WildcardPredicateFieldMoreStep in org.hibernate.search.engine.search.predicate.dsl
Classes in org.hibernate.search.engine.search.predicate.dsl with type parameters of type WildcardPredicateFieldMoreStep Modifier and Type Interface Description interfaceWildcardPredicateFieldMoreStep<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.interfaceWildcardPredicateFieldStep<N extends WildcardPredicateFieldMoreStep<?,?>>The initial step in a "wildcard" predicate definition, where the target field can be set. -
Uses of WildcardPredicateFieldMoreStep in org.hibernate.search.engine.search.predicate.dsl.impl
Methods in org.hibernate.search.engine.search.predicate.dsl.impl that return WildcardPredicateFieldMoreStep Modifier and Type Method Description WildcardPredicateFieldMoreStep<?,?>WildcardPredicateFieldStepImpl. fields(String... fieldPaths)
-