Package org.hibernate.dialect.unique
package org.hibernate.dialect.unique
Support for
Dialect
-specific unique constraint definition.- See Also:
-
ClassDescriptionA
UniqueDelegate
which usesalter table
commands to create and drop the unique constraint.AUniqueDelegate
which usescreate unique index
commands when necessary.AUniqueDelegate
which includes the unique constraint in thecreate table
statement, except when called during schema migration.AUniqueDelegate
that 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.