|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FindQuery<BEAN>
| Method Summary | |
|---|---|
FindOrderBy<BEAN> |
orderBy()
Set the order by clause. |
FindWhere<BEAN> |
where()
Set the where clause. |
| 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 |
| 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 |
|---|
FindWhere<BEAN> where()
throws OrmException
OrmException
FindOrderBy<BEAN> orderBy()
throws OrmException
OrmException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||