Uses of Interface
org.hibernate.sql.exec.spi.JdbcSelectExecutor
Packages that use JdbcSelectExecutor
Package
Description
SPI contracts supporting various aspects of JDBC interaction.
Implementation of the SPI for execution of SQL statements via JDBC.
-
Uses of JdbcSelectExecutor in org.hibernate.engine.jdbc.spi
Methods in org.hibernate.engine.jdbc.spi that return JdbcSelectExecutorModifier and TypeMethodDescriptiondefault JdbcSelectExecutor
JdbcServices.getJdbcSelectExecutor()
Access the executor forJdbcOperationQuerySelect
operations. -
Uses of JdbcSelectExecutor in org.hibernate.loader.ast.internal
Methods in org.hibernate.loader.ast.internal that return JdbcSelectExecutorModifier and TypeMethodDescriptionprotected JdbcSelectExecutor
AbstractMultiIdEntityLoader.getJdbcSelectExecutor()
-
Uses of JdbcSelectExecutor in org.hibernate.sql.exec.internal
Classes in org.hibernate.sql.exec.internal that implement JdbcSelectExecutorModifier and TypeClassDescriptionclass
Standard JdbcSelectExecutor implementation used by Hibernate, throughJdbcSelectExecutorStandardImpl.INSTANCE