Uses of Interface
org.hibernate.dialect.unique.UniqueDelegate
-
Packages that use UniqueDelegate Package Description org.hibernate.dialect org.hibernate.dialect.unique Support for Dialect-specific unique constraint definition -
-
Uses of UniqueDelegate in org.hibernate.dialect
Methods in org.hibernate.dialect that return UniqueDelegate Modifier and Type Method Description UniqueDelegateDB2Dialect. getUniqueDelegate()UniqueDelegateDialect. getUniqueDelegate()Get the UniqueDelegate supported by this dialectUniqueDelegateInformixDialect. getUniqueDelegate()UniqueDelegateMySQLDialect. getUniqueDelegate() -
Uses of UniqueDelegate in org.hibernate.dialect.unique
Classes in org.hibernate.dialect.unique that implement UniqueDelegate Modifier and Type Class Description classDB2UniqueDelegateDB2 does not allow unique constraints on nullable columns.classDefaultUniqueDelegateThe default UniqueDelegate implementation for most dialects.classInformixUniqueDelegateInformix requires the constraint name to come last on the alter table.classMySQLUniqueDelegate
-