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
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.