Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Class
org.infinispan.query.FetchOptions.FetchMode

Packages that use FetchOptions.FetchMode
org.infinispan.query   
 

Uses of FetchOptions.FetchMode in org.infinispan.query
 

Methods in org.infinispan.query that return FetchOptions.FetchMode
 FetchOptions.FetchMode FetchOptions.getFetchMode()
           
static FetchOptions.FetchMode FetchOptions.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
 FetchOptions FetchOptions.fetchMode(FetchOptions.FetchMode fetchMode)
          Set the fetch mode to be used to fetch matching results
 


Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.