Package org.hibernate.dialect.unique

Interface Summary
UniqueDelegate Dialect-level delegate in charge of applying "uniqueness" to a column.
 

Class Summary
DB2UniqueDelegate DB2 does not allow unique constraints on nullable columns.
DefaultUniqueDelegate The default UniqueDelegate implementation for most dialects.
InformixUniqueDelegate Informix requires the constraint name to come last on the alter table.
 



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