Uses of Interface
org.hibernate.dialect.unique.UniqueDelegate

Packages that use UniqueDelegate
org.hibernate.dialect This package abstracts the SQL dialect of the underlying database. 
org.hibernate.dialect.unique   
 

Uses of UniqueDelegate in org.hibernate.dialect
 

Methods in org.hibernate.dialect that return UniqueDelegate
 UniqueDelegate DB2Dialect.getUniqueDelegate()
           
 UniqueDelegate InformixDialect.getUniqueDelegate()
           
 UniqueDelegate Dialect.getUniqueDelegate()
           
 

Uses of UniqueDelegate in org.hibernate.dialect.unique
 

Classes in org.hibernate.dialect.unique that implement UniqueDelegate
 class DB2UniqueDelegate
          DB2 does not allow unique constraints on nullable columns.
 class DefaultUniqueDelegate
          The default UniqueDelegate implementation for most dialects.
 class InformixUniqueDelegate
          Informix requires the constraint name to come last on the alter table.
 



Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.