Uses of Enum Class
org.hibernate.search.engine.search.predicate.dsl.RegexpQueryFlag
Packages that use RegexpQueryFlag
Package
Description
-
Uses of RegexpQueryFlag in org.hibernate.search.engine.search.predicate.dsl
Methods in org.hibernate.search.engine.search.predicate.dsl that return RegexpQueryFlagModifier and TypeMethodDescriptionstatic RegexpQueryFlagReturns the enum constant of this class with the specified name.static RegexpQueryFlag[]RegexpQueryFlag.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.search.engine.search.predicate.dsl with parameters of type RegexpQueryFlagModifier and TypeMethodDescriptiondefault SRegexpPredicateOptionsStep.flags(RegexpQueryFlag... flags) Enable operation in the given flags.Method parameters in org.hibernate.search.engine.search.predicate.dsl with type arguments of type RegexpQueryFlagModifier and TypeMethodDescriptionRegexpPredicateOptionsStep.flags(Set<RegexpQueryFlag> flags) Enable operation in the given flags. -
Uses of RegexpQueryFlag in org.hibernate.search.engine.search.predicate.spi
Method parameters in org.hibernate.search.engine.search.predicate.spi with type arguments of type RegexpQueryFlag