Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » hql » ast » exec » [javadoc | source]
org.hibernate.hql.ast.exec
public class: BasicExecutor [javadoc | source]
java.lang.Object
   org.hibernate.hql.ast.exec.AbstractStatementExecutor
      org.hibernate.hql.ast.exec.BasicExecutor

All Implemented Interfaces:
    StatementExecutor

Implementation of BasicExecutor.
Constructor:
 public BasicExecutor(HqlSqlWalker walker,
    Queryable persister) 
Method from org.hibernate.hql.ast.exec.BasicExecutor Summary:
execute,   getAffectedQueryables,   getSqlStatements
Methods from org.hibernate.hql.ast.exec.AbstractStatementExecutor:
coordinateSharedCacheCleanup,   createTemporaryTableIfNecessary,   dropTemporaryTableIfNecessary,   generateIdInsertSelect,   generateIdSubselect,   getAffectedQueryables,   getFactory,   getWalker,   shouldIsolateTemporaryTableDDL
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.hql.ast.exec.BasicExecutor Detail:
 public int execute(QueryParameters parameters,
    SessionImplementor session) throws HibernateException 
 protected Queryable[] getAffectedQueryables() 
 public String[] getSqlStatements()