Uses of Class
org.hibernate.sql.Select
-
Packages that use Select Package Description org.hibernate.sql -
-
Uses of Select in org.hibernate.sql
Fields in org.hibernate.sql declared as Select Modifier and Type Field Description protected SelectInsertSelect. selectMethods in org.hibernate.sql that return Select Modifier and Type Method Description SelectSelect. setComment(String comment)SelectSelect. setFromClause(String fromClause)Sets the fromClause.SelectSelect. setFromClause(String tableName, String alias)SelectSelect. setGroupByClause(String groupByClause)SelectSelect. setLockMode(LockMode lockMode)Deprecated.Instead use setLockOptionsSelectSelect. setLockOptions(LockOptions lockOptions)Set the lock optionsSelectSelect. setOrderByClause(String orderByClause)SelectSelect. setOuterJoins(String outerJoinsAfterFrom, String outerJoinsAfterWhere)SelectSelect. setSelectClause(String selectClause)Sets the selectClause.SelectSelect. setSelectClause(SelectFragment selectFragment)SelectSelect. setWhereClause(String whereClause)Sets the whereClause.Methods in org.hibernate.sql with parameters of type Select Modifier and Type Method Description InsertSelectInsertSelect. setSelect(Select select)
-