|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SqlFindQuery
| Method Summary | |
|---|---|
int |
getMaxRows()
Return the max rows for this query. |
int |
getQueryTimeout()
Return the query timeout for the query. |
SqlFindQuery |
setMaxRows(int maxRows)
Set the maximum number of rows to return in the query. |
SqlFindQuery |
setQueryTimeout(int queryTimeout)
Set the query timeout for the query. |
| 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.RenderableSqlQuery |
|---|
appendValues, renderSql, renderSql |
| Method Detail |
|---|
int getMaxRows()
throws OrmException
OrmException
SqlFindQuery setMaxRows(int maxRows)
throws OrmException
maxRows -
OrmExceptionSqlFindQuery setQueryTimeout(int queryTimeout)
int getQueryTimeout()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||