Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.RegexpPredicateFieldMoreStep
Packages that use RegexpPredicateFieldMoreStep
-
Uses of RegexpPredicateFieldMoreStep in org.hibernate.search.engine.search.predicate.dsl
Classes in org.hibernate.search.engine.search.predicate.dsl with type parameters of type RegexpPredicateFieldMoreStepModifier and TypeInterfaceDescriptioninterfaceRegexpPredicateFieldMoreStep<SR,S extends RegexpPredicateFieldMoreStep<SR, ?, N>, N extends RegexpPredicateOptionsStep<?>> The step in a "regexp" predicate definition where the pattern to match can be set (see the superinterfaceRegexpPredicateMatchingStep), or optional parameters for the last targeted field(s) can be set, or more target fields can be added.interfaceRegexpPredicateFieldStep<SR,N extends RegexpPredicateFieldMoreStep<SR, ?, ?>> The initial step in a "regexp" predicate definition, where the target field can be set.