Uses of Interface
org.hibernate.tool.schema.internal.exec.JdbcContext
Packages that use JdbcContext
Package
Description
An implementation of
TransactionCoordinator
based on JdbcResourceTransaction
.Implementations of
TransactionCoordinator
based on JTA.Extended SPI contracts for the resource-level transaction capabilities of Hibernate.
An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation.
An SPI for tooling related to DDL generation, export, migration, and validation.
-
Uses of JdbcContext in org.hibernate.resource.transaction.backend.jdbc.internal
Methods in org.hibernate.resource.transaction.backend.jdbc.internal that return JdbcContextMethods in org.hibernate.resource.transaction.backend.jdbc.internal with parameters of type JdbcContextModifier and TypeMethodDescriptionJdbcResourceLocalTransactionCoordinatorBuilderImpl.buildDdlTransactionIsolator
(JdbcContext jdbcContext) Constructors in org.hibernate.resource.transaction.backend.jdbc.internal with parameters of type JdbcContext -
Uses of JdbcContext in org.hibernate.resource.transaction.backend.jta.internal
Methods in org.hibernate.resource.transaction.backend.jta.internal that return JdbcContextMethods in org.hibernate.resource.transaction.backend.jta.internal with parameters of type JdbcContextModifier and TypeMethodDescriptionJtaTransactionCoordinatorBuilderImpl.buildDdlTransactionIsolator
(JdbcContext jdbcContext) Constructors in org.hibernate.resource.transaction.backend.jta.internal with parameters of type JdbcContext -
Uses of JdbcContext in org.hibernate.resource.transaction.spi
Methods in org.hibernate.resource.transaction.spi that return JdbcContextMethods in org.hibernate.resource.transaction.spi with parameters of type JdbcContextModifier and TypeMethodDescriptiondefault DdlTransactionIsolator
TransactionCoordinatorBuilder.buildDdlTransactionIsolator
(JdbcContext jdbcContext) -
Uses of JdbcContext in org.hibernate.tool.schema.internal
Classes in org.hibernate.tool.schema.internal that implement JdbcContextMethods in org.hibernate.tool.schema.internal that return JdbcContextModifier and TypeMethodDescriptionHibernateSchemaManagementTool.resolveJdbcContext
(Map<String, Object> configurationValues) Methods in org.hibernate.tool.schema.internal with parameters of type JdbcContextModifier and TypeMethodDescriptionprotected GenerationTarget
HibernateSchemaManagementTool.buildDatabaseTarget
(JdbcContext jdbcContext, boolean needsAutoCommit) HibernateSchemaManagementTool.buildGenerationTargets
(TargetDescriptor targetDescriptor, JdbcContext jdbcContext, Map<String, Object> options, boolean needsAutoCommit) HibernateSchemaManagementTool.getDdlTransactionIsolator
(JdbcContext jdbcContext) -
Uses of JdbcContext in org.hibernate.tool.schema.spi
Methods in org.hibernate.tool.schema.spi with parameters of type JdbcContextModifier and TypeMethodDescriptiondefault GenerationTarget[]
SchemaManagementTool.buildGenerationTargets
(TargetDescriptor targetDescriptor, JdbcContext jdbcContext, Map<String, Object> options, boolean needsAutoCommit) Resolves the targets to which to send the DDL commands based on configuration