Uses of Enum
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 RegexpQueryFlag
Returns the enum constant of this type with the specified name.static RegexpQueryFlag[]
RegexpQueryFlag.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.search.engine.search.predicate.dsl with parameters of type RegexpQueryFlagModifier and TypeMethodDescriptiondefault S
RegexpPredicateOptionsStep.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