Uses of Interface
org.hibernate.sql.exec.spi.StatementAccess
Packages that use StatementAccess
-
Uses of StatementAccess in org.hibernate.sql.exec.spi
Methods in org.hibernate.sql.exec.spi with parameters of type StatementAccessModifier and TypeMethodDescriptionvoid
JdbcSelect.performPostAction
(boolean succeeded, StatementAccess jdbcStatementAccess, Connection jdbcConnection, ExecutionContext executionContext) Perform any post-actions.void
PostAction.performPostAction
(StatementAccess jdbcStatementAccess, Connection jdbcConnection, ExecutionContext executionContext) Perform the action.void
PreAction.performPreAction
(StatementAccess jdbcStatementAccess, Connection jdbcConnection, ExecutionContext executionContext) Perform the action.void
JdbcSelect.performPreActions
(StatementAccess jdbcStatementAccess, Connection jdbcConnection, ExecutionContext executionContext) Perform any pre-actions.