com.googlecode.jpattern.orm.query
Interface IBaseOrmQuery

All Superinterfaces:
IQuery, IRenderableSqlObject
All Known Subinterfaces:
IOrmCustomQuery, IOrmQuery<T>
All Known Implementing Classes:
ABaseOrmQuery, OrmCustomQuery, OrmQuery

public interface IBaseOrmQuery
extends IQuery

Author:
Francesco Cina 08/lug/2011

Method Summary
 IJoin join()
          Add join tables to the from clause.
 IOrderBy orderBy()
          Set the order by clause.
 IExpression where()
          Set the where clause.
 
Methods inherited from interface com.googlecode.jpattern.orm.query.IQuery
appendValues, getMaxRows, getQueryTimeout, setMaxRows, setQueryTimeout
 
Methods inherited from interface com.googlecode.jpattern.orm.query.IRenderableSqlObject
renderSql, renderSql
 

Method Detail

join

IJoin join()
           throws OrmException
Add join tables to the from clause.

Returns:
Throws:
OrmException

where

IExpression where()
                  throws OrmException
Set the where clause.

Returns:
Throws:
OrmException

orderBy

IOrderBy orderBy()
                 throws OrmException
Set the order by clause.

Returns:
Throws:
OrmException


Copyright © 2011. All Rights Reserved.