Uses of Class
org.hibernate.search.engine.search.predicate.dsl.RegexpQueryFlag
-
Packages that use RegexpQueryFlag Package Description org.hibernate.search.engine.search.predicate.dsl org.hibernate.search.engine.search.predicate.spi -
-
Uses of RegexpQueryFlag in org.hibernate.search.engine.search.predicate.dsl
Methods in org.hibernate.search.engine.search.predicate.dsl that return RegexpQueryFlag Modifier and Type Method Description static RegexpQueryFlagRegexpQueryFlag. valueOf(String name)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 RegexpQueryFlag Modifier and Type Method Description default 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 RegexpQueryFlag Modifier and Type Method Description SRegexpPredicateOptionsStep. 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 Modifier and Type Method Description voidRegexpPredicateBuilder. flags(Set<RegexpQueryFlag> flags)
-