Uses of Interface
org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
-
Packages that use LogicalConnectionImplementor Package Description org.hibernate.engine.jdbc.internal Internals for supporting various aspects of JDBC interactionorg.hibernate.engine.jdbc.spi SPI contracts supporting various aspects of JDBC interaction.org.hibernate.resource.jdbc.internal Implementation of the SPI for managing JDBC connections and other heavyweight resources.org.hibernate.sql.exec.spi SPI for execution of SQL statements via JDBC.org.hibernate.sql.results.graph.embeddable.internal org.hibernate.sql.results.internal -
-
Uses of LogicalConnectionImplementor in org.hibernate.engine.jdbc.internal
Methods in org.hibernate.engine.jdbc.internal that return LogicalConnectionImplementor Modifier and Type Method Description LogicalConnectionImplementor
JdbcCoordinatorImpl. getLogicalConnection()
protected LogicalConnectionImplementor
MutationStatementPreparerImpl. logicalConnection()
-
Uses of LogicalConnectionImplementor in org.hibernate.engine.jdbc.spi
Methods in org.hibernate.engine.jdbc.spi that return LogicalConnectionImplementor Modifier and Type Method Description LogicalConnectionImplementor
JdbcCoordinator. 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 LogicalConnectionImplementor Modifier and Type Class Description class
AbstractLogicalConnectionImplementor
class
LogicalConnectionManagedImpl
Represents a LogicalConnection where we manage obtaining and releasing the Connection as needed.class
LogicalConnectionProvidedImpl
-
Uses of LogicalConnectionImplementor in org.hibernate.sql.exec.spi
Methods in org.hibernate.sql.exec.spi with parameters of type LogicalConnectionImplementor Modifier and Type Method Description default 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 LogicalConnectionImplementor Modifier and Type Method Description void
NestedRowProcessingState. afterStatement(LogicalConnectionImplementor logicalConnection)
-
Uses of LogicalConnectionImplementor in org.hibernate.sql.results.internal
Methods in org.hibernate.sql.results.internal with parameters of type LogicalConnectionImplementor Modifier and Type Method Description void
RowProcessingStateStandardImpl. afterStatement(LogicalConnectionImplementor logicalConnection)
-