|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sf.hibernate.sql.Select
A simple SQL SELECT statement
| Constructor Summary | |
Select()
|
|
| Method Summary | |
Select |
setFromClause(String fromClause)
Sets the fromClause. |
Select |
setFromClause(String tableName,
String alias)
|
Select |
setOrderByClause(String orderByClause)
Sets the orderByClause. |
Select |
setOuterJoins(String outerJoinsAfterFrom,
String outerJoinsAfterWhere)
Sets the outerJoins. |
Select |
setSelectClause(String selectClause)
Sets the selectClause. |
Select |
setWhereClause(String whereClause)
Sets the whereClause. |
String |
toStatementString()
Construct an SQL SELECT statement from the given clauses |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Select()
| Method Detail |
public String toStatementString()
public Select setFromClause(String fromClause)
fromClause - The fromClause to setpublic Select setFromClause(String tableName, String alias)
public Select setOrderByClause(String orderByClause)
orderByClause - The orderByClause to setpublic Select setOuterJoins(String outerJoinsAfterFrom, String outerJoinsAfterWhere)
outerJoinsAfterFrom - The outerJoinsAfterFrom to setouterJoinsAfterWhere - The outerJoinsAfterWhere to setpublic Select setSelectClause(String selectClause)
selectClause - The selectClause to setpublic Select setWhereClause(String whereClause)
whereClause - The whereClause to set
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||