Package org.hibernate.tool.hbm2ddl
Class SchemaUpdateCommand
- java.lang.Object
-
- org.hibernate.tool.hbm2ddl.SchemaUpdateCommand
-
@Deprecated public class SchemaUpdateCommand extends java.lang.ObjectDeprecated.Everything in this package has been replaced withSchemaManagementTooland friends.Pairs a SchemaUpdate SQL script with the boolean 'quiet'. If true, it allows the script to be run, ignoring all exceptions.
-
-
Constructor Summary
Constructors Constructor Description SchemaUpdateCommand(java.lang.String sql, boolean quiet)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetSql()Deprecated.booleanisQuiet()Deprecated.
-