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 classstatic classMethods in org.hibernate.engine.jdbc.env.internal that return JdbcConnectionAccessModifier and TypeMethodDescriptionstatic JdbcConnectionAccessJdbcEnvironmentInitiator.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 aJdbcConnectionAccessusable from bootstrap actions (hbm2ddl.auto,Dialectresolution, 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 TypeClassDescriptionclassclassMethods 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 TypeMethodDescriptionvoidConnectionAccessLogger.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 TypeMethodDescriptionvoidGlobalTemporaryTableStrategy.prepare(MappingModelCreationProcess mappingModelCreationProcess, JdbcConnectionAccess connectionAccess) voidLocalTemporaryTableStrategy.prepare(MappingModelCreationProcess mappingModelCreationProcess, JdbcConnectionAccess connectionAccess) voidPersistentTableStrategy.prepare(MappingModelCreationProcess mappingModelCreationProcess, JdbcConnectionAccess connectionAccess) voidGlobalTemporaryTableStrategy.release(SessionFactoryImplementor sessionFactory, JdbcConnectionAccess connectionAccess) voidLocalTemporaryTableStrategy.release(SessionFactoryImplementor sessionFactory, JdbcConnectionAccess connectionAccess) voidPersistentTableStrategy.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 voidSqmMultiTableInsertStrategy.prepare(MappingModelCreationProcess mappingModelCreationProcess, JdbcConnectionAccess connectionAccess) Prepare the strategy for use.default voidSqmMultiTableMutationStrategy.prepare(MappingModelCreationProcess mappingModelCreationProcess, JdbcConnectionAccess connectionAccess) Prepare the strategy for use.default voidSqmMultiTableInsertStrategy.release(SessionFactoryImplementor sessionFactory, JdbcConnectionAccess connectionAccess) Release the strategy.default voidSqmMultiTableMutationStrategy.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 LogicalConnectionManagedImplLogicalConnectionManagedImpl.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 JdbcConnectionAccessJdbcIsolationDelegate.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.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 TypeClassDescriptionclassImplementation of JdbcConnectionAccess for use in cases where we leverage a ConnectionProvider for access to JDBC Connections.classImplementation of JdbcConnectionAccess for cases where we are provided a JDBC Connection to use.Methods in org.hibernate.tool.schema.internal.exec that return JdbcConnectionAccess