Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.hibernate.hql.ast.exec
Interface StatementExecutor  view StatementExecutor download StatementExecutor.java

All Known Implementing Classes:
AbstractStatementExecutor

public interface StatementExecutor

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


Method Summary
 int execute(org.hibernate.engine.QueryParameters parameters, org.hibernate.engine.SessionImplementor session)
          Execute the sql managed by this executor using the given parameters.
 java.lang.String[] getSqlStatements()
           
 

Method Detail

getSqlStatements

public java.lang.String[] getSqlStatements()

execute

public int execute(org.hibernate.engine.QueryParameters parameters,
                   org.hibernate.engine.SessionImplementor session)
            throws org.hibernate.HibernateException
Execute the sql managed by this executor using the given parameters.