Uses of Class
org.infinispan.query.dsl.IndexedQueryMode
-
Packages that use IndexedQueryMode Package Description org.infinispan.query.dsl Query DSL API. -
-
Uses of IndexedQueryMode in org.infinispan.query.dsl
Methods in org.infinispan.query.dsl that return IndexedQueryMode Modifier and Type Method Description static IndexedQueryMode
IndexedQueryMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static IndexedQueryMode[]
IndexedQueryMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.query.dsl with parameters of type IndexedQueryMode Modifier and Type Method Description Query
QueryFactory. create(String queryString, IndexedQueryMode queryMode)
Creates a Query based on an Ickle query string
-