Uses of Class
org.hibernate.tool.schema.TargetType
-
Packages that use TargetType 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 TargetType in org.hibernate.tool.schema
Methods in org.hibernate.tool.schema that return TargetType Modifier and Type Method Description static TargetType
TargetType. valueOf(String name)
Returns the enum constant of this type with the specified name.static TargetType[]
TargetType. values()
Returns an array containing the constants of this enum type, 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 TargetType Modifier and Type Method Description EnumSet<TargetType>
TargetDescriptor. getTargetTypes()
The target type described here.
-