类 SchemaUpdateCommand
- java.lang.Object
-
- org.hibernate.tool.hbm2ddl.SchemaUpdateCommand
-
@Deprecated public class SchemaUpdateCommand extends Object
已过时。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.- 作者:
- Brett Meyer, Steve Ebersole