Interface SchemaManagementTool

    • Method Detail

      • setCustomDatabaseGenerationTarget

        void setCustomDatabaseGenerationTarget​(org.hibernate.tool.schema.internal.exec.GenerationTarget generationTarget)
        This allows to set an alternative implementation for the Database generation target. Used by Hibernate Reactive so that it can use the reactive database access rather than needing a JDBC connection.
        Parameters:
        generationTarget - the custom instance to use.
      • buildGenerationTargets

        default org.hibernate.tool.schema.internal.exec.GenerationTarget[] buildGenerationTargets​(TargetDescriptor targetDescriptor,
                                                                                                  org.hibernate.tool.schema.internal.exec.JdbcContext jdbcContext,
                                                                                                  Map<String,​Object> options,
                                                                                                  boolean needsAutoCommit)
        Resolves the targets to which to send the DDL commands based on configuration