Uses of Class
org.hibernate.sql.SimpleSelect
-
Packages that use SimpleSelect Package Description org.hibernate.sql -
-
Uses of SimpleSelect in org.hibernate.sql
Methods in org.hibernate.sql that return SimpleSelect Modifier and Type Method Description SimpleSelectSimpleSelect. addColumn(String columnName)SimpleSelectSimpleSelect. addColumn(String columnName, String alias)SimpleSelectSimpleSelect. addColumns(String[] columnNames)SimpleSelectSimpleSelect. addColumns(String[] columnNames, String[] columnAliases)SimpleSelectSimpleSelect. addColumns(String[] columns, String[] aliases, boolean[] ignore)SimpleSelectSimpleSelect. addCondition(String[] lhs, String condition)SimpleSelectSimpleSelect. addCondition(String[] lhs, String op, String[] rhs)SimpleSelectSimpleSelect. addCondition(String lhs, String condition)SimpleSelectSimpleSelect. addCondition(String lhs, String op, String rhs)SimpleSelectSimpleSelect. addWhereToken(String token)SimpleSelectSimpleSelect. setComment(String comment)SimpleSelectSimpleSelect. setLockMode(LockMode lockMode)SimpleSelectSimpleSelect. setLockOptions(LockOptions lockOptions)SimpleSelectSimpleSelect. setOrderBy(String orderBy)SimpleSelectSimpleSelect. setTableName(String tableName)
-