|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.hql.ast.exec.AbstractStatementExecutor
org.hibernate.hql.ast.exec.MultiTableDeleteExecutor
public class MultiTableDeleteExecutor
Implementation of MultiTableDeleteExecutor.
| Constructor Summary | |
|---|---|
MultiTableDeleteExecutor(HqlSqlWalker walker)
|
|
| Method Summary | |
|---|---|
int |
execute(QueryParameters parameters,
SessionImplementor session)
Execute the sql managed by this executor using the given parameters. |
protected Queryable[] |
getAffectedQueryables()
|
java.lang.String[] |
getSqlStatements()
|
| Methods inherited from class org.hibernate.hql.ast.exec.AbstractStatementExecutor |
|---|
coordinateSharedCacheCleanup, createTemporaryTableIfNecessary, dropTemporaryTableIfNecessary, generateIdInsertSelect, generateIdSubselect, getFactory, getWalker, shouldIsolateTemporaryTableDDL |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MultiTableDeleteExecutor(HqlSqlWalker walker)
| Method Detail |
|---|
public java.lang.String[] getSqlStatements()
public int execute(QueryParameters parameters,
SessionImplementor session)
throws HibernateException
StatementExecutor
parameters - Essentially bind information for this processing.session - The session originating the request.
HibernateExceptionprotected Queryable[] getAffectedQueryables()
getAffectedQueryables in class AbstractStatementExecutor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||