Uses of Class
org.hibernate.tool.schema.SourceType
-
Packages that use SourceType Package Description org.hibernate.tool.schema org.hibernate.tool.schema.spi -
-
Uses of SourceType in org.hibernate.tool.schema
Methods in org.hibernate.tool.schema that return SourceType Modifier and Type Method Description static SourceTypeSourceType. interpret(Object value, SourceType defaultValue)Used when processing JPA configuration to interpret the user config valuestatic SourceTypeSourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static SourceType[]SourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.tool.schema with parameters of type SourceType Modifier and Type Method Description static SourceTypeSourceType. interpret(Object value, SourceType defaultValue)Used when processing JPA configuration to interpret the user config value -
Uses of SourceType in org.hibernate.tool.schema.spi
Methods in org.hibernate.tool.schema.spi that return SourceType Modifier and Type Method Description SourceTypeSourceDescriptor. getSourceType()The indicated source type for this target type.
-