Uses of Interface
org.hibernate.tool.schema.internal.exec.JdbcContext
-
Packages that use JdbcContext Package Description org.hibernate.resource.transaction.backend.jdbc.internal An implementation ofTransactionCoordinator
based onJdbcResourceTransaction
.org.hibernate.resource.transaction.backend.jta.internal org.hibernate.resource.transaction.spi Extended SPI contracts for the resource-level transaction capabilities of Hibernate.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.spi An SPI for the 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 JdbcContext Modifier and Type Method Description JdbcContext
DdlTransactionIsolatorNonJtaImpl. getJdbcContext()
Methods in org.hibernate.resource.transaction.backend.jdbc.internal with parameters of type JdbcContext Modifier and Type Method Description DdlTransactionIsolator
JdbcResourceLocalTransactionCoordinatorBuilderImpl. buildDdlTransactionIsolator(JdbcContext jdbcContext)
Constructors in org.hibernate.resource.transaction.backend.jdbc.internal with parameters of type JdbcContext Constructor Description DdlTransactionIsolatorNonJtaImpl(JdbcContext jdbcContext)
-
Uses of JdbcContext in org.hibernate.resource.transaction.backend.jta.internal
Methods in org.hibernate.resource.transaction.backend.jta.internal that return JdbcContext Modifier and Type Method Description JdbcContext
DdlTransactionIsolatorJtaImpl. getJdbcContext()
Methods in org.hibernate.resource.transaction.backend.jta.internal with parameters of type JdbcContext Modifier and Type Method Description DdlTransactionIsolator
JtaTransactionCoordinatorBuilderImpl. buildDdlTransactionIsolator(JdbcContext jdbcContext)
Constructors in org.hibernate.resource.transaction.backend.jta.internal with parameters of type JdbcContext Constructor Description DdlTransactionIsolatorJtaImpl(JdbcContext jdbcContext)
-
Uses of JdbcContext in org.hibernate.resource.transaction.spi
Methods in org.hibernate.resource.transaction.spi that return JdbcContext Modifier and Type Method Description JdbcContext
DdlTransactionIsolator. getJdbcContext()
Methods in org.hibernate.resource.transaction.spi with parameters of type JdbcContext Modifier and Type Method Description default DdlTransactionIsolator
TransactionCoordinatorBuilder. buildDdlTransactionIsolator(JdbcContext jdbcContext)
-
Uses of JdbcContext in org.hibernate.tool.schema.internal
Classes in org.hibernate.tool.schema.internal that implement JdbcContext Modifier and Type Class Description static class
HibernateSchemaManagementTool.JdbcContextImpl
Methods in org.hibernate.tool.schema.internal that return JdbcContext Modifier and Type Method Description JdbcContext
HibernateSchemaManagementTool. resolveJdbcContext(Map<String,Object> configurationValues)
Methods in org.hibernate.tool.schema.internal with parameters of type JdbcContext Modifier and Type Method Description protected GenerationTarget
HibernateSchemaManagementTool. buildDatabaseTarget(JdbcContext jdbcContext, boolean needsAutoCommit)
GenerationTarget[]
HibernateSchemaManagementTool. buildGenerationTargets(TargetDescriptor targetDescriptor, JdbcContext jdbcContext, Map<String,Object> options, boolean needsAutoCommit)
DdlTransactionIsolator
HibernateSchemaManagementTool. getDdlTransactionIsolator(JdbcContext jdbcContext)
-
Uses of JdbcContext in org.hibernate.tool.schema.spi
Methods in org.hibernate.tool.schema.spi with parameters of type JdbcContext Modifier and Type Method Description default 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
-