JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.hibernate.sql.exec.spi
StatementAccess
Contents
Description
Method Summary
Method Details
getJdbcStatement()
Hide sidebar
Show sidebar
Interface StatementAccess
public interface
StatementAccess
Access to a JDBC
Statement
.
API Note:
Intended for cases where sharing a common JDBC
Statement
is useful, generally for performance.
Implementation Note:
Manages various tasks around creation and ensuring it gets cleaned up.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Statement
getJdbcStatement
()
Access the JDBC
Statement
.
Method Details
getJdbcStatement
Statement
getJdbcStatement
()
Access the JDBC
Statement
.