public class

MultiTableDeleteExecutor

extends AbstractStatementExecutor
java.lang.Object
   ↳ org.hibernate.hql.ast.exec.AbstractStatementExecutor
     ↳ org.hibernate.hql.ast.exec.MultiTableDeleteExecutor

Class Overview

Implementation of MultiTableDeleteExecutor.

Summary

Public Constructors
MultiTableDeleteExecutor(HqlSqlWalker walker)
Public Methods
int execute(QueryParameters parameters, SessionImplementor session)
String[] getSqlStatements()
Protected Methods
Queryable[] getAffectedQueryables()
[Expand]
Inherited Methods
From class org.hibernate.hql.ast.exec.AbstractStatementExecutor
From class java.lang.Object
From interface org.hibernate.hql.ast.exec.StatementExecutor

Public Constructors

public MultiTableDeleteExecutor (HqlSqlWalker walker)

Public Methods

public int execute (QueryParameters parameters, SessionImplementor session)

public String[] getSqlStatements ()

Protected Methods

protected Queryable[] getAffectedQueryables ()