Uses of Interface
org.hibernate.engine.jdbc.connections.spi.JdbcConnectionAccess
-
Packages that use JdbcConnectionAccess Package Description org.hibernate.engine.jdbc.env.internal 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.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
.org.hibernate.internal.log org.hibernate.query.sqm.mutation.internal.temptable Support for multi-table SQM mutation (insert, update, delete) operations using a table to temporarily hold the matching ids.org.hibernate.query.sqm.mutation.spi SPI for handling SQM UPDATE and DELETE queriesorg.hibernate.resource.jdbc.internal Implementation of the SPI for managing JDBC connections and other heavyweight resources.org.hibernate.resource.jdbc.spi An SPI for managing JDBC connections and other heavyweight resources, based around the idea of a "JDBC session".org.hibernate.resource.transaction.backend.jdbc.internal An implementation ofTransactionCoordinator
based onJdbcResourceTransaction
.org.hibernate.resource.transaction.backend.jta.internal org.hibernate.testing.boot org.hibernate.tool.schema.extract.internal Implementation of the SPI for schema information extraction from the database via JDBC.org.hibernate.tool.schema.internal An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation.org.hibernate.tool.schema.internal.exec 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 JdbcConnectionAccess Modifier and Type Class Description static class
JdbcEnvironmentInitiator.ConnectionProviderJdbcConnectionAccess
static class
JdbcEnvironmentInitiator.MultiTenantConnectionProviderJdbcConnectionAccess
Methods in org.hibernate.engine.jdbc.env.internal that return JdbcConnectionAccess Modifier and Type Method Description static JdbcConnectionAccess
JdbcEnvironmentInitiator. buildBootstrapJdbcConnectionAccess(ServiceRegistryImplementor registry)
Constructors in org.hibernate.engine.jdbc.env.internal with parameters of type JdbcConnectionAccess Constructor Description Builder(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 Modifier and Type Method Description JdbcConnectionAccess
JdbcServicesImpl. getBootstrapJdbcConnectionAccess()
-
Uses of JdbcConnectionAccess in org.hibernate.engine.jdbc.spi
Methods in org.hibernate.engine.jdbc.spi that return JdbcConnectionAccess Modifier and Type Method Description JdbcConnectionAccess
JdbcServices. 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 JdbcConnectionAccess Modifier and Type Method Description JdbcConnectionAccess
SessionDelegatorBaseImpl. getJdbcConnectionAccess()
JdbcConnectionAccess
SharedSessionDelegatorBaseImpl. getJdbcConnectionAccess()
-
Uses of JdbcConnectionAccess in org.hibernate.internal
Classes in org.hibernate.internal that implement JdbcConnectionAccess Modifier and Type Class Description class
ContextualJdbcConnectionAccess
class
NonContextualJdbcConnectionAccess
Methods in org.hibernate.internal that return JdbcConnectionAccess Modifier and Type Method Description JdbcConnectionAccess
AbstractSharedSessionContract. getJdbcConnectionAccess()
-
Uses of JdbcConnectionAccess in org.hibernate.internal.log
Methods in org.hibernate.internal.log with parameters of type JdbcConnectionAccess Modifier and Type Method Description void
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 JdbcConnectionAccess Modifier and Type Method Description void
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 JdbcConnectionAccess Modifier and Type Method Description default 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 JdbcConnectionAccess Modifier and Type Method Description static LogicalConnectionManagedImpl
LogicalConnectionManagedImpl. deserialize(ObjectInputStream ois, JdbcConnectionAccess jdbcConnectionAccess, JdbcSessionContext jdbcSessionContext)
Constructors in org.hibernate.resource.jdbc.internal with parameters of type JdbcConnectionAccess Constructor Description 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 Modifier and Type Method Description JdbcConnectionAccess
JdbcSessionOwner. getJdbcConnectionAccess()
-
Uses of JdbcConnectionAccess in org.hibernate.resource.transaction.backend.jdbc.internal
Methods in org.hibernate.resource.transaction.backend.jdbc.internal that return JdbcConnectionAccess Modifier and Type Method Description protected JdbcConnectionAccess
JdbcIsolationDelegate. jdbcConnectionAccess()
Constructors in org.hibernate.resource.transaction.backend.jdbc.internal with parameters of type JdbcConnectionAccess Constructor Description JdbcIsolationDelegate(JdbcConnectionAccess connectionAccess, SqlExceptionHelper sqlExceptionHelper)
-
Uses of JdbcConnectionAccess in org.hibernate.resource.transaction.backend.jta.internal
Methods in org.hibernate.resource.transaction.backend.jta.internal that return JdbcConnectionAccess Modifier and Type Method Description protected JdbcConnectionAccess
JtaIsolationDelegate. jdbcConnectionAccess()
Constructors in org.hibernate.resource.transaction.backend.jta.internal with parameters of type JdbcConnectionAccess Constructor Description JtaIsolationDelegate(JdbcConnectionAccess connectionAccess, SqlExceptionHelper sqlExceptionHelper, TransactionManager transactionManager)
-
Uses of JdbcConnectionAccess in org.hibernate.testing.boot
Classes in org.hibernate.testing.boot that implement JdbcConnectionAccess Modifier and Type Class Description class
JdbcConnectionAccessImpl
Methods in org.hibernate.testing.boot that return JdbcConnectionAccess Modifier and Type Method Description JdbcConnectionAccess
BasicTestingJdbcServiceImpl. getBootstrapJdbcConnectionAccess()
-
Uses of JdbcConnectionAccess in org.hibernate.tool.schema.extract.internal
Constructors in org.hibernate.tool.schema.extract.internal with parameters of type JdbcConnectionAccess Constructor Description ExtractionContextImpl(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 JdbcConnectionAccess Modifier and Type Method Description JdbcConnectionAccess
HibernateSchemaManagementTool.JdbcContextImpl. getJdbcConnectionAccess()
-
Uses of JdbcConnectionAccess in org.hibernate.tool.schema.internal.exec
Classes in org.hibernate.tool.schema.internal.exec that implement JdbcConnectionAccess Modifier and Type Class Description class
JdbcConnectionAccessConnectionProviderImpl
Implementation of JdbcConnectionAccess for use in cases where we leverage a ConnectionProvider for access to JDBC Connections.class
JdbcConnectionAccessProvidedConnectionImpl
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 Modifier and Type Method Description JdbcConnectionAccess
JdbcContext. getJdbcConnectionAccess()
-