Class ReactiveSchemaManagementTool

java.lang.Object
org.hibernate.tool.schema.internal.HibernateSchemaManagementTool
org.hibernate.reactive.provider.service.ReactiveSchemaManagementTool
All Implemented Interfaces:
Serializable, org.hibernate.service.Service, org.hibernate.service.spi.ServiceRegistryAwareService, org.hibernate.tool.schema.spi.SchemaManagementTool

public class ReactiveSchemaManagementTool extends org.hibernate.tool.schema.internal.HibernateSchemaManagementTool
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.hibernate.tool.schema.internal.HibernateSchemaManagementTool

    org.hibernate.tool.schema.internal.HibernateSchemaManagementTool.JdbcContextImpl
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.hibernate.tool.schema.spi.ExtractionTool
     
    void
    injectServices(org.hibernate.service.spi.ServiceRegistryImplementor serviceRegistry)
     

    Methods inherited from class org.hibernate.tool.schema.internal.HibernateSchemaManagementTool

    buildDatabaseTarget, buildGenerationTargets, buildScriptTarget, buildStdoutTarget, getDdlTransactionIsolator, getSchemaCreator, getSchemaDropper, getSchemaMigrator, getSchemaPopulator, getSchemaTruncator, getSchemaValidator, getServiceRegistry, resolveJdbcContext, setCustomDatabaseGenerationTarget

    Methods inherited from class java.lang.Object

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

    • ReactiveSchemaManagementTool

      public ReactiveSchemaManagementTool()
  • Method Details

    • injectServices

      public void injectServices(org.hibernate.service.spi.ServiceRegistryImplementor serviceRegistry)
      Specified by:
      injectServices in interface org.hibernate.service.spi.ServiceRegistryAwareService
      Overrides:
      injectServices in class org.hibernate.tool.schema.internal.HibernateSchemaManagementTool
    • getExtractionTool

      public org.hibernate.tool.schema.spi.ExtractionTool getExtractionTool()
      Specified by:
      getExtractionTool in interface org.hibernate.tool.schema.spi.SchemaManagementTool
      Overrides:
      getExtractionTool in class org.hibernate.tool.schema.internal.HibernateSchemaManagementTool