Statementpublic interface Statement Common interface modeling the different HQL statements (i.e., INSERT, UPDATE, DELETE, SELECT). |
Methods Summary |
---|
public int | getStatementType()Return the main token type representing the type of this statement.
| public org.hibernate.hql.ast.HqlSqlWalker | getWalker()Retreive the "phase 2" walker which generated this statement tree.
| public boolean | needsExecutor()Does this statement require the StatementExecutor?
Essentially, at the JDBC level, does this require an executeUpdate()?
|
|