Uses of Class
org.infinispan.query.FetchOptions.FetchMode
-
Packages that use FetchOptions.FetchMode Package Description org.infinispan.query Query API. -
-
Uses of FetchOptions.FetchMode in org.infinispan.query
Methods in org.infinispan.query that return FetchOptions.FetchMode Modifier and Type Method Description FetchOptions.FetchModeFetchOptions. getFetchMode()static FetchOptions.FetchModeFetchOptions.FetchMode. valueOf(String name)Returns the enum constant of this type with the specified name.static FetchOptions.FetchMode[]FetchOptions.FetchMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.query with parameters of type FetchOptions.FetchMode Modifier and Type Method Description FetchOptionsFetchOptions. fetchMode(FetchOptions.FetchMode fetchMode)Set the fetch mode to be used to fetch matching results
-