Uses of Class
org.hibernate.sql.SimpleSelect
-
Packages that use SimpleSelect Package Description org.hibernate.sql This package contains helper classes for rendering SQL fragments and SQL statements. -
-
Uses of SimpleSelect in org.hibernate.sql
Methods in org.hibernate.sql that return SimpleSelect Modifier and Type Method Description SimpleSelectSimpleSelect. addColumn(String columnName)Adds a selectionSimpleSelectSimpleSelect. addColumn(String columnName, String alias)Adds a selection, with an aliasSimpleSelectSimpleSelect. addColumns(String[] columnNames)Adds selectionsSimpleSelectSimpleSelect. addRestriction(String columnName)Appends a restriction comparing thecolumnNamefor equality with a parameterSimpleSelectSimpleSelect. addRestriction(String... columnNames)Appends a restriction comparing each name incolumnNamesfor equality with a parameterSimpleSelectSimpleSelect. addRestriction(String lhs, ComparisonRestriction.Operator op, String rhs)Appends a restriction based on the comparison betweenlhsandrhs.SimpleSelectSimpleSelect. addWhereToken(String condition)Appends a complete where condition.SimpleSelectSimpleSelect. setComment(String comment)SimpleSelectSimpleSelect. setLockMode(LockMode lockMode)SimpleSelectSimpleSelect. setLockOptions(LockOptions lockOptions)SimpleSelectSimpleSelect. setOrderBy(String orderBy)SimpleSelectSimpleSelect. setTableName(String tableName)Sets the name of the table we are selecting from
-