Uses of Class
com.avaje.ebean.RawSql

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

Uses of RawSql in com.avaje.ebean
 

Methods in com.avaje.ebean that return RawSql
 RawSql RawSqlBuilder.create()
          Create the immutable RawSql object.
 RawSql Query.getRawSql()
          Return the RawSql that was set to use for this query.
 

Methods in com.avaje.ebean with parameters of type RawSql
 Query<T> Query.setRawSql(RawSql rawSql)
          Set RawSql to use for this query.
 



Copyright © 2010. All Rights Reserved.