Uses of Interface
org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
Packages that use LogicalConnectionImplementor
Package
Description
Internals for supporting various aspects of JDBC interaction
SPI contracts supporting various aspects of JDBC interaction.
Implementation of the SPI for managing JDBC connections and other heavyweight resources.
SPI for execution of SQL statements via JDBC.
-
Uses of LogicalConnectionImplementor in org.hibernate.engine.jdbc.internal
Methods in org.hibernate.engine.jdbc.internal that return LogicalConnectionImplementorModifier and TypeMethodDescriptionJdbcCoordinatorImpl.getLogicalConnection()
protected final LogicalConnectionImplementor
MutationStatementPreparerImpl.logicalConnection()
-
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.resource.jdbc.internal
Classes in org.hibernate.resource.jdbc.internal that implement LogicalConnectionImplementorModifier and TypeClassDescriptionclass
Base support forLogicalConnection
implementationsclass
Represents aLogicalConnection
where we manage obtaining and releasing theConnection
as needed.class
-
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()
. -
Uses of LogicalConnectionImplementor in org.hibernate.sql.results.graph.embeddable.internal
Methods in org.hibernate.sql.results.graph.embeddable.internal with parameters of type LogicalConnectionImplementorModifier and TypeMethodDescriptionvoid
NestedRowProcessingState.afterStatement
(LogicalConnectionImplementor logicalConnection) -
Uses of LogicalConnectionImplementor in org.hibernate.sql.results.internal
Methods in org.hibernate.sql.results.internal with parameters of type LogicalConnectionImplementorModifier and TypeMethodDescriptionvoid
RowProcessingStateStandardImpl.afterStatement
(LogicalConnectionImplementor logicalConnection)