Class SchemaUpdateCommand

java.lang.Object
org.hibernate.tool.hbm2ddl.SchemaUpdateCommand

@Deprecated public class SchemaUpdateCommand extends Object
Deprecated.
Everything in this package has been replaced with SchemaManagementTool and friends.
Pairs a SchemaUpdate SQL script with the boolean 'quiet'. If true, it allows the script to be run, ignoring all exceptions.
  • Constructor Details

    • SchemaUpdateCommand

      public SchemaUpdateCommand(String sql, boolean quiet)
      Deprecated.
  • Method Details

    • getSql

      public String getSql()
      Deprecated.
    • isQuiet

      public boolean isQuiet()
      Deprecated.