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 |
Dialect.getUniqueDelegate()
Get the UniqueDelegate supported by this dialect
|
UniqueDelegate |
DB2Dialect.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.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.