Package | Description |
---|---|
org.hibernate.dialect |
This package abstracts the SQL dialect of the underlying database.
|
org.hibernate.mapping |
This package defines the Hibernate configuration-time metamodel.
|
org.hibernate.tool.schema.internal |
Modifier and Type | Method and Description |
---|---|
Exporter<Constraint> |
Dialect.getUniqueKeyExporter() |
Modifier and Type | Class and Description |
---|---|
class |
ForeignKey
A foreign key constraint
|
class |
PrimaryKey
A primary key constraint
|
class |
UniqueKey
A relational unique key constraint
|
Modifier and Type | Method and Description |
---|---|
String[] |
StandardUniqueKeyExporter.getSqlCreateStrings(Constraint constraint,
Metadata metadata) |
String[] |
StandardUniqueKeyExporter.getSqlDropStrings(Constraint constraint,
Metadata metadata) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.