Package org.hibernate.sql.exec.spi
Interface JdbcSelectExecutor.StatementCreator
-
- All Known Implementing Classes:
StandardStatementCreator
- Enclosing interface:
- JdbcSelectExecutor
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface JdbcSelectExecutor.StatementCreator
- Since:
- 6.6
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PreparedStatement
createStatement(ExecutionContext executionContext, String sql)
-
-
-
Method Detail
-
createStatement
PreparedStatement createStatement(ExecutionContext executionContext, String sql) throws SQLException
- Throws:
SQLException
-
-