类的使用
org.hibernate.sql.SimpleSelect
-
使用SimpleSelect的程序包 程序包 说明 org.hibernate.sql This package defines helper classes for rendering SQL fragments and SQL statements. -
-
org.hibernate.sql中SimpleSelect的使用
返回SimpleSelect的org.hibernate.sql中的方法 修饰符和类型 方法 说明 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)
-