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