com.jpattern.orm.query.find
Interface CustomFindQuery

All Superinterfaces:
BaseFindQuery, CustomFindFrom, CustomFindQueryCommon, CustomQuery, From<CustomFindQuery>, QueryRoot, RenderableSqlQuery, SqlClause<CustomFindQuery>
All Known Implementing Classes:
CustomFindQueryOrm

public interface CustomFindQuery
extends CustomFindQueryCommon, CustomFindFrom

Author:
Francesco Cina 07/lug/2011

Method Summary
 CustomFindOrderBy orderBy()
          Set the order by clause.
 CustomFindWhere where()
          Set the where clause.
 
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
 
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
 

Method Detail

where

CustomFindWhere where()
                      throws OrmException
Set the where clause.

Returns:
Throws:
OrmException

orderBy

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

Returns:
Throws:
OrmException


Copyright © 2013. All Rights Reserved.