类的使用
org.hibernate.tool.schema.SourceType
-
使用SourceType的程序包 程序包 说明 org.hibernate.tool.schema org.hibernate.tool.schema.spi -
-
org.hibernate.tool.schema中SourceType的使用
返回SourceType的org.hibernate.tool.schema中的方法 修饰符和类型 方法 说明 static SourceTypeSourceType. interpret(Object value, SourceType defaultValue)Used when processing JPA configuration to interpret the user config valuestatic SourceTypeSourceType. valueOf(String name)返回带有指定名称的该类型的枚举常量。static SourceType[]SourceType. values()按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。参数类型为SourceType的org.hibernate.tool.schema中的方法 修饰符和类型 方法 说明 static SourceTypeSourceType. interpret(Object value, SourceType defaultValue)Used when processing JPA configuration to interpret the user config value -
org.hibernate.tool.schema.spi中SourceType的使用
返回SourceType的org.hibernate.tool.schema.spi中的方法 修饰符和类型 方法 说明 SourceTypeSourceDescriptor. getSourceType()The indicated source type for this target type.
-