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.HibernateException
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.