Uses of Class
com.avaje.ebean.Query.Type

Packages that use Query.Type
com.avaje.ebean Core API (see Ebean and EbeanServer). 
 

Uses of Query.Type in com.avaje.ebean
 

Methods in com.avaje.ebean that return Query.Type
 Query.Type Query.getType()
          Return the type of query (List, Set, Map, Bean, rowCount etc).
static Query.Type Query.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Query.Type[] Query.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2010. All Rights Reserved.