Package org.hibernate.dialect.unique
package org.hibernate.dialect.unique
Support for
Dialect-specific unique constraint definition.- See Also:
-
ClassDescriptionA
UniqueDelegatewhich usesalter tablecommands to create and drop the unique constraint.AUniqueDelegatewhich usescreate unique indexcommands when necessary.AUniqueDelegatewhich includes the unique constraint in thecreate tablestatement, except when called during schema migration.AUniqueDelegatethat only creates unique constraints on not-null columns, and ignores requests for uniqueness for nullable columns.Dialect-level delegate responsible for applying unique constraints in DDL.