com.jpattern.orm.query.find
Interface FindQuery<BEAN>

All Superinterfaces:
BaseFindQuery, FindFrom<BEAN>, FindQueryCommon<BEAN>, From<FindQuery<BEAN>>, QueryRoot, RenderableSqlQuery, SqlClause<FindQuery<BEAN>>
All Known Implementing Classes:
FindQueryOrm

public interface FindQuery<BEAN>
extends FindFrom<BEAN>, FindQueryCommon<BEAN>

Author:
Francesco Cina 18/giu/2011

Method Summary
 FindOrderBy<BEAN> orderBy()
          Set the order by clause.
 FindWhere<BEAN> where()
          Set the where clause.
 
Methods inherited from interface com.jpattern.orm.query.clause.From
fullOuterJoin, fullOuterJoin, fullOuterJoin, fullOuterJoin, innerJoin, innerJoin, innerJoin, innerJoin, join, join, leftOuterJoin, leftOuterJoin, leftOuterJoin, leftOuterJoin, naturalJoin, naturalJoin, rightOuterJoin, rightOuterJoin, rightOuterJoin, rightOuterJoin
 
Methods inherited from interface com.jpattern.orm.query.find.FindQueryCommon
find, find, findList, findRowCount, findUnique, getGeneratedRowCountSql, getLockMode, getMaxRows, getQueryTimeout, isDistinct, setDistinct, setLockMode, setMaxRows, setQueryTimeout
 
Methods inherited from interface com.jpattern.orm.query.RenderableSqlQuery
appendValues, renderSql, renderSql
 

Method Detail

where

FindWhere<BEAN> where()
                      throws OrmException
Set the where clause.

Returns:
Throws:
OrmException

orderBy

FindOrderBy<BEAN> orderBy()
                          throws OrmException
Set the order by clause.

Returns:
Throws:
OrmException


Copyright © 2013. All Rights Reserved.