Uses of Package
org.hibernate.dialect.unique
Packages that use org.hibernate.dialect.unique
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
Support for
Dialect
-specific unique constraint definition.-
Classes in org.hibernate.dialect.unique used by org.hibernate.dialectClassDescriptionDialect-level delegate responsible for applying unique constraints in DDL.
-
Classes in org.hibernate.dialect.unique used by org.hibernate.dialect.uniqueClassDescriptionA
UniqueDelegate
which usesalter table
commands to create and drop the unique constraint.AUniqueDelegate
which includes the unique constraint in thecreate table
statement, except when called during schema migration.Dialect-level delegate responsible for applying unique constraints in DDL.