public interface StatementExecutor
| Modifier and Type | Method and Description | 
|---|---|
int | 
execute(QueryParameters parameters,
       SessionImplementor session)
Execute the sql managed by this executor using the given parameters. 
 | 
String[] | 
getSqlStatements()  | 
String[] getSqlStatements()
int execute(QueryParameters parameters, SessionImplementor session) throws HibernateException
parameters - Essentially bind information for this processing.session - The session originating the request.HibernateExceptionCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.