|
|||||||||
| Home >> All >> org >> hibernate >> hql >> ast >> [ exec overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.hibernate.hql.ast.exec
Interface StatementExecutor

- All Known Implementing Classes:
- AbstractStatementExecutor
- public interface StatementExecutor
Encapsulates the strategy required to execute various types of update, delete, and insert statements issued through HQL.
| Method Summary | |
int |
execute(org.hibernate.engine.QueryParameters parameters,
org.hibernate.engine.SessionImplementor session)
Execute the sql managed by this executor using the given parameters. |
java.lang.String[] |
getSqlStatements()
|
| Method Detail |
getSqlStatements
public java.lang.String[] getSqlStatements()
execute
public int execute(org.hibernate.engine.QueryParameters parameters, org.hibernate.engine.SessionImplementor session) throws org.hibernate.HibernateException
- Execute the sql managed by this executor using the given parameters.
|
|||||||||
| Home >> All >> org >> hibernate >> hql >> ast >> [ exec overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC