Uses of Class
org.hibernate.tool.schema.SourceType
-
Packages that use SourceType Package Description org.hibernate.tool.schema Contains tooling related to DDL generation, export, migration, and validation.org.hibernate.tool.schema.spi An SPI for the tooling related to DDL generation, export, migration, and validation. -
-
Uses of SourceType in org.hibernate.tool.schema
Methods in org.hibernate.tool.schema that return SourceType Modifier and Type Method Description static SourceType
SourceType. interpret(Object value, SourceType defaultValue)
Used when processing JPA configuration to interpret the user config valuestatic SourceType
SourceType. 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 SourceType
SourceType. 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 SourceType
SourceDescriptor. getSourceType()
The indicated source type for this target type.
-