FileDocCategorySizeDatePackage
StatementExecutor.javaAPI DocHibernate 3.2.5889Mon Nov 21 10:02:24 GMT 2005org.hibernate.hql.ast.exec

StatementExecutor

public interface StatementExecutor
Encapsulates the strategy required to execute various types of update, delete, and insert statements issued through HQL.
author
Steve Ebersole

Fields Summary
Constructors Summary
Methods Summary
public intexecute(org.hibernate.engine.QueryParameters parameters, org.hibernate.engine.SessionImplementor session)
Execute the sql managed by this executor using the given parameters.

param
parameters Essentially bind information for this processing.
param
session The session originating the request.
return
The number of entities updated/deleted.
throws
HibernateException

public java.lang.String[]getSqlStatements()