类的使用
org.hibernate.tool.schema.TargetType
-
使用TargetType的程序包 程序包 说明 org.hibernate.tool.hbm2ddl The hbm2ddl tool.org.hibernate.tool.schema org.hibernate.tool.schema.spi -
-
org.hibernate.tool.hbm2ddl中TargetType的使用
返回变量类型为TargetType的类型的org.hibernate.tool.hbm2ddl中的方法 修饰符和类型 方法 说明 static EnumSet<TargetType>TargetTypeHelper. parseCommandLineOptions(String targetTypeText)static EnumSet<TargetType>TargetTypeHelper. parseLegacyCommandLineOptions(boolean script, boolean export, String outputFile)类型变量类型为TargetType的org.hibernate.tool.hbm2ddl中的方法参数 修饰符和类型 方法 说明 static TargetDescriptorSchemaExport. buildTargetDescriptor(EnumSet<TargetType> targetTypes, String outputFile, ServiceRegistry serviceRegistry)voidSchemaExport. create(EnumSet<TargetType> targetTypes, Metadata metadata)voidSchemaExport. createOnly(EnumSet<TargetType> targetTypes, Metadata metadata)voidSchemaExport. drop(EnumSet<TargetType> targetTypes, Metadata metadata)voidSchemaExport. execute(EnumSet<TargetType> targetTypes, SchemaExport.Action action, Metadata metadata)voidSchemaExport. execute(EnumSet<TargetType> targetTypes, SchemaExport.Action action, Metadata metadata, ServiceRegistry serviceRegistry)voidSchemaUpdate. execute(EnumSet<TargetType> targetTypes, Metadata metadata)voidSchemaUpdate. execute(EnumSet<TargetType> targetTypes, Metadata metadata, ServiceRegistry serviceRegistry) -
org.hibernate.tool.schema中TargetType的使用
返回TargetType的org.hibernate.tool.schema中的方法 修饰符和类型 方法 说明 static TargetTypeTargetType. valueOf(String name)返回带有指定名称的该类型的枚举常量。static TargetType[]TargetType. values()按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。 -
org.hibernate.tool.schema.spi中TargetType的使用
返回变量类型为TargetType的类型的org.hibernate.tool.schema.spi中的方法 修饰符和类型 方法 说明 EnumSet<TargetType>TargetDescriptor. getTargetTypes()The target type described here.
-