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