com.jpattern.orm.query.find
Interface CustomFindWhere

All Superinterfaces:
BaseFindQuery, CustomFindQueryCommon, CustomQuery, QueryRoot, RenderableSqlQuery, SqlClause<CustomFindWhere>, Where<CustomFindWhere>
All Known Implementing Classes:
CustomFindWhereImpl

public interface CustomFindWhere
extends Where<CustomFindWhere>, CustomFindQueryCommon

Author:
ufo

Method Summary
 CustomFindOrderBy orderBy()
          Set the order by clause.
 CustomFindQuery 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.CustomFindQueryCommon
getLockMode, getMaxRows, getQueryTimeout, isDistinct, setDistinct, setLockMode, setMaxRows, setQueryTimeout
 
Methods inherited from interface com.jpattern.orm.query.RenderableSqlQuery
appendValues, renderSql, renderSql
 
Methods inherited from interface com.jpattern.orm.query.CustomQuery
find, find, findBigDecimal, findBoolean, findDouble, findFloat, findInt, findList, findLong, findString, findUnique, findUnique
 

Method Detail

query

CustomFindQuery query()

orderBy

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

Returns:
Throws:
OrmException


Copyright © 2013. All Rights Reserved.