Uses of Enum Class
org.hibernate.tool.schema.UniqueConstraintSchemaUpdateStrategy
Packages that use UniqueConstraintSchemaUpdateStrategy
Package
Description
Contains tooling related to DDL generation, export, migration, and validation.
-
Uses of UniqueConstraintSchemaUpdateStrategy in org.hibernate.tool.schema
Subclasses with type arguments of type UniqueConstraintSchemaUpdateStrategy in org.hibernate.tool.schemaModifier and TypeClassDescriptionenumUnique columns and unique keys both use unique constraints in most dialects.Methods in org.hibernate.tool.schema that return UniqueConstraintSchemaUpdateStrategyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static UniqueConstraintSchemaUpdateStrategy[]UniqueConstraintSchemaUpdateStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.