Uses of Enum Class
org.hibernate.tool.schema.SourceType
Packages that use SourceType
Package
Description
Contains tooling related to DDL generation, export, migration, and validation.
An SPI for 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 SourceTypeModifier and TypeMethodDescriptionstatic SourceType
SourceType.interpret
(Object value, SourceType defaultValue) Used when processing JPA configuration to interpret the user config valuestatic SourceType
Returns the enum constant of this class with the specified name.static SourceType[]
SourceType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.tool.schema with parameters of type SourceTypeModifier and TypeMethodDescriptionstatic 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 SourceTypeModifier and TypeMethodDescriptionSourceDescriptor.getSourceType()
The indicated source type for this target type.