Uses of Interface
org.hibernate.engine.jdbc.connections.spi.JdbcConnectionAccess
Packages that use JdbcConnectionAccess
Package
Description
Internals for supporting various aspects of JDBC interaction
SPI contracts supporting various aspects of JDBC interaction.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.Support for multi-table SQM mutation (insert, update, delete) operations using
a table to temporarily hold the matching ids.
SPI for handling SQM UPDATE and DELETE queries
Implementation of the SPI for managing JDBC connections and other heavyweight resources.
An SPI for managing JDBC connections and other heavyweight resources, based around the
idea of a "JDBC session".
An implementation of
TransactionCoordinator
based on JdbcResourceTransaction
.Implementations of
TransactionCoordinator
based on JTA.Implementation of the SPI for schema information extraction from the database via JDBC.
An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation.
Support for exporting generated DDL to the database or to SQL scripts.
-
Uses of JdbcConnectionAccess in org.hibernate.engine.jdbc.env.internal
Classes in org.hibernate.engine.jdbc.env.internal that implement JdbcConnectionAccessModifier and TypeClassDescriptionstatic class
static class
Methods in org.hibernate.engine.jdbc.env.internal that return JdbcConnectionAccessModifier and TypeMethodDescriptionstatic JdbcConnectionAccess
JdbcEnvironmentInitiator.buildBootstrapJdbcConnectionAccess
(ServiceRegistryImplementor registry) Constructors in org.hibernate.engine.jdbc.env.internal with parameters of type JdbcConnectionAccessModifierConstructorDescriptionBuilder
(JdbcEnvironment jdbcEnvironment, boolean jdbcMetadataIsAccessible, JdbcConnectionAccess connectionAccess) JdbcEnvironmentImpl
(DatabaseMetaData databaseMetaData, Dialect dialect, JdbcConnectionAccess jdbcConnectionAccess) Constructor form used from testingJdbcEnvironmentImpl
(ServiceRegistryImplementor serviceRegistry, Dialect dialect, DatabaseMetaData databaseMetaData, JdbcConnectionAccess jdbcConnectionAccess) The main constructor form. -
Uses of JdbcConnectionAccess in org.hibernate.engine.jdbc.internal
Methods in org.hibernate.engine.jdbc.internal that return JdbcConnectionAccess -
Uses of JdbcConnectionAccess in org.hibernate.engine.jdbc.spi
Methods in org.hibernate.engine.jdbc.spi that return JdbcConnectionAccessModifier and TypeMethodDescriptionJdbcServices.getBootstrapJdbcConnectionAccess()
Obtain aJdbcConnectionAccess
usable from bootstrap actions (hbm2ddl.auto,Dialect
resolution, etc). -
Uses of JdbcConnectionAccess in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return JdbcConnectionAccessModifier and TypeMethodDescriptionSessionDelegatorBaseImpl.getJdbcConnectionAccess()
SharedSessionDelegatorBaseImpl.getJdbcConnectionAccess()
-
Uses of JdbcConnectionAccess in org.hibernate.internal
Classes in org.hibernate.internal that implement JdbcConnectionAccessModifier and TypeClassDescriptionclass
class
Methods in org.hibernate.internal that return JdbcConnectionAccess -
Uses of JdbcConnectionAccess in org.hibernate.internal.log
Methods in org.hibernate.internal.log with parameters of type JdbcConnectionAccessModifier and TypeMethodDescriptionvoid
ConnectionAccessLogger.informConnectionLocalTransactionForNonJtaDdl
(JdbcConnectionAccess jdbcConnectionAccess) -
Uses of JdbcConnectionAccess in org.hibernate.query.sqm.mutation.internal.temptable
Methods in org.hibernate.query.sqm.mutation.internal.temptable with parameters of type JdbcConnectionAccessModifier and TypeMethodDescriptionvoid
GlobalTemporaryTableStrategy.prepare
(MappingModelCreationProcess mappingModelCreationProcess, JdbcConnectionAccess connectionAccess) void
LocalTemporaryTableStrategy.prepare
(MappingModelCreationProcess mappingModelCreationProcess, JdbcConnectionAccess connectionAccess) void
PersistentTableStrategy.prepare
(MappingModelCreationProcess mappingModelCreationProcess, JdbcConnectionAccess connectionAccess) void
GlobalTemporaryTableStrategy.release
(SessionFactoryImplementor sessionFactory, JdbcConnectionAccess connectionAccess) void
LocalTemporaryTableStrategy.release
(SessionFactoryImplementor sessionFactory, JdbcConnectionAccess connectionAccess) void
PersistentTableStrategy.release
(SessionFactoryImplementor sessionFactory, JdbcConnectionAccess connectionAccess) -
Uses of JdbcConnectionAccess in org.hibernate.query.sqm.mutation.spi
Methods in org.hibernate.query.sqm.mutation.spi with parameters of type JdbcConnectionAccessModifier and TypeMethodDescriptiondefault void
SqmMultiTableInsertStrategy.prepare
(MappingModelCreationProcess mappingModelCreationProcess, JdbcConnectionAccess connectionAccess) Prepare the strategy for use.default void
SqmMultiTableMutationStrategy.prepare
(MappingModelCreationProcess mappingModelCreationProcess, JdbcConnectionAccess connectionAccess) Prepare the strategy for use.default void
SqmMultiTableInsertStrategy.release
(SessionFactoryImplementor sessionFactory, JdbcConnectionAccess connectionAccess) Release the strategy.default void
SqmMultiTableMutationStrategy.release
(SessionFactoryImplementor sessionFactory, JdbcConnectionAccess connectionAccess) Release the strategy. -
Uses of JdbcConnectionAccess in org.hibernate.resource.jdbc.internal
Methods in org.hibernate.resource.jdbc.internal with parameters of type JdbcConnectionAccessModifier and TypeMethodDescriptionstatic LogicalConnectionManagedImpl
LogicalConnectionManagedImpl.deserialize
(ObjectInputStream ois, JdbcConnectionAccess jdbcConnectionAccess, JdbcSessionContext jdbcSessionContext) Constructors in org.hibernate.resource.jdbc.internal with parameters of type JdbcConnectionAccessModifierConstructorDescriptionLogicalConnectionManagedImpl
(JdbcConnectionAccess jdbcConnectionAccess, JdbcSessionContext jdbcSessionContext, SqlExceptionHelper sqlExceptionHelper, ResourceRegistry resourceRegistry) LogicalConnectionManagedImpl
(JdbcConnectionAccess jdbcConnectionAccess, JdbcSessionContext jdbcSessionContext, ResourceRegistry resourceRegistry, JdbcServices jdbcServices) -
Uses of JdbcConnectionAccess in org.hibernate.resource.jdbc.spi
Methods in org.hibernate.resource.jdbc.spi that return JdbcConnectionAccess -
Uses of JdbcConnectionAccess in org.hibernate.resource.transaction.backend.jdbc.internal
Methods in org.hibernate.resource.transaction.backend.jdbc.internal that return JdbcConnectionAccessModifier and TypeMethodDescriptionprotected JdbcConnectionAccess
JdbcIsolationDelegate.jdbcConnectionAccess()
Constructors in org.hibernate.resource.transaction.backend.jdbc.internal with parameters of type JdbcConnectionAccessModifierConstructorDescriptionJdbcIsolationDelegate
(JdbcConnectionAccess connectionAccess, SqlExceptionHelper sqlExceptionHelper) -
Uses of JdbcConnectionAccess in org.hibernate.resource.transaction.backend.jta.internal
Constructors in org.hibernate.resource.transaction.backend.jta.internal with parameters of type JdbcConnectionAccessModifierConstructorDescriptionJtaIsolationDelegate
(JdbcConnectionAccess connectionAccess, SqlExceptionHelper sqlExceptionConverter, TransactionManager transactionManager) -
Uses of JdbcConnectionAccess in org.hibernate.testing.boot
Classes in org.hibernate.testing.boot that implement JdbcConnectionAccessMethods in org.hibernate.testing.boot that return JdbcConnectionAccess -
Uses of JdbcConnectionAccess in org.hibernate.tool.schema.extract.internal
Constructors in org.hibernate.tool.schema.extract.internal with parameters of type JdbcConnectionAccessModifierConstructorDescriptionExtractionContextImpl
(ServiceRegistry serviceRegistry, JdbcEnvironment jdbcEnvironment, SqlStringGenerationContext context, JdbcConnectionAccess jdbcConnectionAccess, ExtractionContext.DatabaseObjectAccess registeredTableAccess) -
Uses of JdbcConnectionAccess in org.hibernate.tool.schema.internal
Methods in org.hibernate.tool.schema.internal that return JdbcConnectionAccessModifier and TypeMethodDescriptionHibernateSchemaManagementTool.JdbcContextImpl.getJdbcConnectionAccess()
-
Uses of JdbcConnectionAccess in org.hibernate.tool.schema.internal.exec
Classes in org.hibernate.tool.schema.internal.exec that implement JdbcConnectionAccessModifier and TypeClassDescriptionclass
Implementation of JdbcConnectionAccess for use in cases where we leverage a ConnectionProvider for access to JDBC Connections.class
Implementation of JdbcConnectionAccess for cases where we are provided a JDBC Connection to use.Methods in org.hibernate.tool.schema.internal.exec that return JdbcConnectionAccess