com.jpattern.orm.query.find
Interface CustomFindOrderBy

All Superinterfaces:
BaseFindQuery, CustomFindQueryCommon, CustomQuery, OrderBy<CustomFindOrderBy>, QueryRoot, RenderableSqlQuery, SqlClause<CustomFindOrderBy>
All Known Implementing Classes:
CustomFindOrderByImpl

public interface CustomFindOrderBy
extends OrderBy<CustomFindOrderBy>, CustomFindQueryCommon

Author:
ufo

Method Summary
 CustomFindQuery query()
           
 CustomFindWhere where()
          Set the where clause.
 
Methods inherited from interface com.jpattern.orm.query.clause.OrderBy
asc, ascNullsFirst, ascNullsLast, desc, descNullsFirst, descNullsLast
 
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()

where

CustomFindWhere where()
                      throws OrmException
Set the where clause.

Returns:
Throws:
OrmException


Copyright © 2013. All Rights Reserved.