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 ofTransactionCoordinatorbased onJdbcResourceTransaction.org.hibernate.resource.transaction.backend.jta.internal Implementations ofTransactionCoordinatorbased on JTA.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 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 JdbcContextDdlTransactionIsolatorNonJtaImpl. getJdbcContext()Methods in org.hibernate.resource.transaction.backend.jdbc.internal with parameters of type JdbcContext Modifier and Type Method Description DdlTransactionIsolatorJdbcResourceLocalTransactionCoordinatorBuilderImpl. 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 JdbcContextDdlTransactionIsolatorJtaImpl. getJdbcContext()Methods in org.hibernate.resource.transaction.backend.jta.internal with parameters of type JdbcContext Modifier and Type Method Description DdlTransactionIsolatorJtaTransactionCoordinatorBuilderImpl. 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 JdbcContextDdlTransactionIsolator. getJdbcContext()Methods in org.hibernate.resource.transaction.spi with parameters of type JdbcContext Modifier and Type Method Description default DdlTransactionIsolatorTransactionCoordinatorBuilder. 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 classHibernateSchemaManagementTool.JdbcContextImplMethods in org.hibernate.tool.schema.internal that return JdbcContext Modifier and Type Method Description JdbcContextHibernateSchemaManagementTool. resolveJdbcContext(Map<String,Object> configurationValues)Methods in org.hibernate.tool.schema.internal with parameters of type JdbcContext Modifier and Type Method Description protected GenerationTargetHibernateSchemaManagementTool. buildDatabaseTarget(JdbcContext jdbcContext, boolean needsAutoCommit)GenerationTarget[]HibernateSchemaManagementTool. buildGenerationTargets(TargetDescriptor targetDescriptor, JdbcContext jdbcContext, Map<String,Object> options, boolean needsAutoCommit)DdlTransactionIsolatorHibernateSchemaManagementTool. 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
-