| Package | Description |
|---|---|
| org.hibernate.dialect |
This package abstracts the SQL dialect of the underlying database.
|
| org.hibernate.dialect.unique |
Support for Dialect-specific unique constraint definition
|
| Modifier and Type | Method and Description |
|---|---|
UniqueDelegate |
InformixDialect.getUniqueDelegate() |
UniqueDelegate |
DB2Dialect.getUniqueDelegate() |
UniqueDelegate |
Dialect.getUniqueDelegate()
Get the UniqueDelegate supported by this dialect
|
UniqueDelegate |
MySQLDialect.getUniqueDelegate() |
UniqueDelegate |
DB2400V7R3Dialect.getUniqueDelegate() |
| Modifier and Type | Class and Description |
|---|---|
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.
|
class |
MySQLUniqueDelegate |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.