Class ReactiveImprovedExtractionContextImpl

java.lang.Object
org.hibernate.tool.schema.internal.exec.ImprovedExtractionContextImpl
org.hibernate.reactive.provider.service.ReactiveImprovedExtractionContextImpl
All Implemented Interfaces:
org.hibernate.tool.schema.extract.spi.ExtractionContext

public class ReactiveImprovedExtractionContextImpl extends org.hibernate.tool.schema.internal.exec.ImprovedExtractionContextImpl
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.hibernate.tool.schema.extract.spi.ExtractionContext

    org.hibernate.tool.schema.extract.spi.ExtractionContext.DatabaseObjectAccess, org.hibernate.tool.schema.extract.spi.ExtractionContext.EmptyExtractionContext, org.hibernate.tool.schema.extract.spi.ExtractionContext.ResultSetProcessor<T extends Object>
  • Constructor Summary

    Constructors
    Constructor
    Description
    ReactiveImprovedExtractionContextImpl(org.hibernate.service.ServiceRegistry registry, org.hibernate.boot.model.relational.SqlStringGenerationContext sqlStringGenerationContext, org.hibernate.tool.schema.extract.spi.ExtractionContext.DatabaseObjectAccess databaseObjectAccess)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    getQueryResults(String queryString, Object[] positionalParameters, org.hibernate.tool.schema.extract.spi.ExtractionContext.ResultSetProcessor<T> resultSetProcessor)
     

    Methods inherited from class org.hibernate.tool.schema.internal.exec.ImprovedExtractionContextImpl

    cleanup, getDatabaseObjectAccess, getDefaultCatalog, getDefaultSchema, getJdbcConnection, getJdbcDatabaseMetaData, getJdbcEnvironment, getServiceRegistry, getSqlStringGenerationContext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ReactiveImprovedExtractionContextImpl

      public ReactiveImprovedExtractionContextImpl(org.hibernate.service.ServiceRegistry registry, org.hibernate.boot.model.relational.SqlStringGenerationContext sqlStringGenerationContext, org.hibernate.tool.schema.extract.spi.ExtractionContext.DatabaseObjectAccess databaseObjectAccess)
  • Method Details

    • getQueryResults

      public <T> T getQueryResults(String queryString, Object[] positionalParameters, org.hibernate.tool.schema.extract.spi.ExtractionContext.ResultSetProcessor<T> resultSetProcessor) throws SQLException
      Throws:
      SQLException