Uses of Class
org.hibernate.dialect.unique.CreateTableUniqueDelegate
Packages that use CreateTableUniqueDelegate
-
Uses of CreateTableUniqueDelegate in org.hibernate.dialect.unique
Subclasses of CreateTableUniqueDelegate in org.hibernate.dialect.uniqueModifier and TypeClassDescriptionclass
AUniqueDelegate
that only creates unique constraints on not-null columns, and ignores requests for uniqueness for nullable columns.