类的使用
org.hibernate.tool.hbm2ddl.SchemaExport.Action
-
使用SchemaExport.Action的程序包 程序包 说明 org.hibernate.tool.hbm2ddl The hbm2ddl tool. -
-
org.hibernate.tool.hbm2ddl中SchemaExport.Action的使用
返回SchemaExport.Action的org.hibernate.tool.hbm2ddl中的方法 修饰符和类型 方法 说明 static SchemaExport.ActionSchemaExport.Action. parseCommandLineOption(String actionText)static SchemaExport.ActionSchemaExport.Action. valueOf(String name)返回带有指定名称的该类型的枚举常量。static SchemaExport.Action[]SchemaExport.Action. values()按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。参数类型为SchemaExport.Action的org.hibernate.tool.hbm2ddl中的方法 修饰符和类型 方法 说明 voidSchemaExport. doExecution(SchemaExport.Action action, boolean needsJdbc, Metadata metadata, ServiceRegistry serviceRegistry, TargetDescriptor targetDescriptor)voidSchemaExport. execute(EnumSet<TargetType> targetTypes, SchemaExport.Action action, Metadata metadata)voidSchemaExport. execute(EnumSet<TargetType> targetTypes, SchemaExport.Action action, Metadata metadata, ServiceRegistry serviceRegistry)voidSchemaExport. perform(SchemaExport.Action action, Metadata metadata, ScriptTargetOutput target)For testing use
-