|
||||||||||
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.MultiTableUpdateExecutor
public class MultiTableUpdateExecutor
Implementation of MultiTableUpdateExecutor.
Constructor Summary | |
---|---|
MultiTableUpdateExecutor(HqlSqlWalker walker)
|
Method Summary | |
---|---|
int |
execute(QueryParameters parameters,
SessionImplementor session)
Execute the sql managed by this executor using the given parameters. |
Queryable |
getAffectedQueryable()
|
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 MultiTableUpdateExecutor(HqlSqlWalker walker)
Method Detail |
---|
public Queryable getAffectedQueryable()
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.
HibernateException
protected Queryable[] getAffectedQueryables()
getAffectedQueryables
in class AbstractStatementExecutor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |