Uses of Class
org.infinispan.query.dsl.IndexedQueryMode
-
Packages that use IndexedQueryMode Package Description org.infinispan.query Query API.org.infinispan.query.dsl Query DSL API. -
-
Uses of IndexedQueryMode in org.infinispan.query
Methods in org.infinispan.query with parameters of type IndexedQueryMode Modifier and Type Method Description <E> CacheQuery<E>SearchManager. getQuery(String queryString, IndexedQueryMode indexedQueryMode)Deprecated.Builds aCacheQueryfrom an Ickle query string. -
Uses of IndexedQueryMode in org.infinispan.query.dsl
Methods in org.infinispan.query.dsl that return IndexedQueryMode Modifier and Type Method Description static IndexedQueryModeIndexedQueryMode. 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 <T> Query<T>QueryFactory. create(String queryString, IndexedQueryMode queryMode)Deprecated.since 11.
-