Class ReactiveSchemaManagementTool

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Nested Class Summary

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.hibernate.tool.schema.spi.ExtractionTool getExtractionTool()  
      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, getSchemaTruncator, getSchemaValidator, getServiceRegistry, resolveJdbcContext, setCustomDatabaseGenerationTarget
      • Methods inherited from class java.lang.Object

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

      • ReactiveSchemaManagementTool

        public ReactiveSchemaManagementTool()
    • Method Detail

      • 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