Uses of Enum Class
org.hibernate.tool.schema.TargetType
Packages that use TargetType
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 TargetType in org.hibernate.tool.schema
Methods in org.hibernate.tool.schema that return TargetTypeModifier and TypeMethodDescriptionstatic TargetType
Returns the enum constant of this class with the specified name.static TargetType[]
TargetType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TargetType in org.hibernate.tool.schema.spi
Methods in org.hibernate.tool.schema.spi that return types with arguments of type TargetTypeModifier and TypeMethodDescriptionTargetDescriptor.getTargetTypes()
The target type described here.