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 ofTransactionCoordinatorbased onJdbcResourceTransaction.org.hibernate.resource.transaction.backend.jta.internal Implementations ofTransactionCoordinatorbased on JTA.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 classJdbcEnvironmentInitiator.ConnectionProviderJdbcConnectionAccessstatic classJdbcEnvironmentInitiator.MultiTenantConnectionProviderJdbcConnectionAccessMethods in org.hibernate.engine.jdbc.env.internal that return JdbcConnectionAccess Modifier and Type Method Description static JdbcConnectionAccessJdbcEnvironmentInitiator. 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 JdbcConnectionAccessJdbcServicesImpl. 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 JdbcConnectionAccessJdbcServices. 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 JdbcConnectionAccess Modifier and Type Method Description JdbcConnectionAccessSessionDelegatorBaseImpl. getJdbcConnectionAccess()JdbcConnectionAccessSharedSessionDelegatorBaseImpl. getJdbcConnectionAccess() -
Uses of JdbcConnectionAccess in org.hibernate.internal
Classes in org.hibernate.internal that implement JdbcConnectionAccess Modifier and Type Class Description classContextualJdbcConnectionAccessclassNonContextualJdbcConnectionAccessMethods in org.hibernate.internal that return JdbcConnectionAccess Modifier and Type Method Description JdbcConnectionAccessAbstractSharedSessionContract. 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 voidConnectionAccessLogger. 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 voidGlobalTemporaryTableStrategy. 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 JdbcConnectionAccess Modifier and Type Method Description default 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 JdbcConnectionAccess Modifier and Type Method Description static LogicalConnectionManagedImplLogicalConnectionManagedImpl. 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, 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 Modifier and Type Method Description JdbcConnectionAccessJdbcSessionOwner. 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 JdbcConnectionAccessJdbcIsolationDelegate. 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
Constructors in org.hibernate.resource.transaction.backend.jta.internal with parameters of type JdbcConnectionAccess Constructor Description JtaIsolationDelegate(JdbcConnectionAccess connectionAccess, SqlExceptionHelper sqlExceptionConverter, TransactionManager transactionManager) -
Uses of JdbcConnectionAccess in org.hibernate.testing.boot
Classes in org.hibernate.testing.boot that implement JdbcConnectionAccess Modifier and Type Class Description classJdbcConnectionAccessImplMethods in org.hibernate.testing.boot that return JdbcConnectionAccess Modifier and Type Method Description JdbcConnectionAccessBasicTestingJdbcServiceImpl. 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 JdbcConnectionAccessHibernateSchemaManagementTool.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 classJdbcConnectionAccessConnectionProviderImplImplementation of JdbcConnectionAccess for use in cases where we leverage a ConnectionProvider for access to JDBC Connections.classJdbcConnectionAccessProvidedConnectionImplImplementation 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 JdbcConnectionAccessJdbcContext. getJdbcConnectionAccess()
-