Uses of Interface
org.hibernate.sql.exec.spi.JdbcSelectExecutor
-
Packages that use JdbcSelectExecutor Package Description org.hibernate.engine.jdbc.spi SPI contracts supporting various aspects of JDBC interaction. -
-
Uses of JdbcSelectExecutor in org.hibernate.engine.jdbc.spi
Methods in org.hibernate.engine.jdbc.spi that return JdbcSelectExecutor Modifier and Type Method Description default JdbcSelectExecutorJdbcServices. getJdbcSelectExecutor()Access the executor forJdbcOperationQuerySelectoperations.
-