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

All Superinterfaces:
BaseFindQuery, FindQueryCommon<BEAN>, QueryRoot, RenderableSqlQuery, SqlClause<FindWhere<BEAN>>, Where<FindWhere<BEAN>>
All Known Implementing Classes:
FindWhereImpl

public interface FindWhere<BEAN>
extends Where<FindWhere<BEAN>>, FindQueryCommon<BEAN>

Author:
ufo

Method Summary
 FindOrderBy<BEAN> orderBy()
          Set the order by clause.
 FindQuery<BEAN> query()
           
 
Methods inherited from interface com.jpattern.orm.query.clause.Where
allEq, and, and, eq, eqProperties, ge, geProperties, gt, gtProperties, ieq, ieqProperties, ilike, in, in, in, isNotNull, isNull, le, leProperties, like, lt, ltProperties, ne, neProperties, nin, nin, nin, nlike, not, or, or
 
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

query

FindQuery<BEAN> query()

orderBy

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

Returns:
Throws:
OrmException


Copyright © 2013. All Rights Reserved.