package

org.hibernate.hql.ast.exec

Interfaces

StatementExecutor Encapsulates the strategy required to execute various types of update, delete, and insert statements issued through HQL. 

Classes

AbstractStatementExecutor Implementation of AbstractStatementExecutor. 
BasicExecutor Implementation of BasicExecutor. 
MultiTableDeleteExecutor Implementation of MultiTableDeleteExecutor. 
MultiTableUpdateExecutor Implementation of MultiTableUpdateExecutor.