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 TypeMethodDescriptionvoidJdbcSelect.performPostAction(boolean succeeded, StatementAccess jdbcStatementAccess, Connection jdbcConnection, ExecutionContext executionContext) Perform any post-actions.voidPostAction.performPostAction(StatementAccess jdbcStatementAccess, Connection jdbcConnection, ExecutionContext executionContext) Perform the action.voidPreAction.performPreAction(StatementAccess jdbcStatementAccess, Connection jdbcConnection, ExecutionContext executionContext) Perform the action.voidJdbcSelect.performPreActions(StatementAccess jdbcStatementAccess, Connection jdbcConnection, ExecutionContext executionContext) Perform any pre-actions.