Uses of Interface
org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
Packages that use LogicalConnectionImplementor
Package
Description
SPI contracts supporting various aspects of JDBC interaction.
SPI for execution of SQL statements via JDBC.
-
Uses of LogicalConnectionImplementor in org.hibernate.engine.jdbc.spi
Methods in org.hibernate.engine.jdbc.spi that return LogicalConnectionImplementorModifier and TypeMethodDescriptionJdbcCoordinator.getLogicalConnection()
Retrieves the logical connection associated with this JDBC coordinator. -
Uses of LogicalConnectionImplementor in org.hibernate.sql.exec.spi
Methods in org.hibernate.sql.exec.spi with parameters of type LogicalConnectionImplementorModifier and TypeMethodDescriptiondefault void
ExecutionContext.afterStatement
(LogicalConnectionImplementor logicalConnection) Hook to allow delaying calls toafterStatement()
.