类的使用
org.hibernate.tool.hbm2ddl.SchemaExportTask.ExportType
-
使用SchemaExportTask.ExportType的程序包 程序包 说明 org.hibernate.tool.hbm2ddl The hbm2ddl tool. -
-
org.hibernate.tool.hbm2ddl中SchemaExportTask.ExportType的使用
返回SchemaExportTask.ExportType的org.hibernate.tool.hbm2ddl中的方法 修饰符和类型 方法 说明 static SchemaExportTask.ExportTypeSchemaExportTask.ExportType. interpret(boolean justDrop, boolean justCreate)static SchemaExportTask.ExportTypeSchemaExportTask.ExportType. valueOf(String name)返回带有指定名称的该类型的枚举常量。static SchemaExportTask.ExportType[]SchemaExportTask.ExportType. values()按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
-