| org.hibernate.hql.ast.exec.StatementExecutor |
Known Indirect Subclasses
|
Encapsulates the strategy required to execute various types of update, delete, and insert statements issued through HQL.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Execute the sql managed by this executor using the given parameters.
| |||||||||||
Execute the sql managed by this executor using the given parameters.
| parameters | Essentially bind information for this processing. |
|---|---|
| session | The session originating the request. |
| HibernateException |
|---|