Package | Description |
---|---|
org.hibernate.boot.model.relational | |
org.hibernate.mapping |
This package defines the Hibernate configuration-time metamodel.
|
org.hibernate.tool.schema.internal | |
org.hibernate.tool.schema.spi |
Modifier and Type | Interface and Description |
---|---|
interface |
AuxiliaryDatabaseObject
Auxiliary database objects (i.e., triggers, stored procedures, etc) defined
in the mappings.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAuxiliaryDatabaseObject
Convenience base class for
AuxiliaryDatabaseObject s. |
class |
NamedAuxiliaryDatabaseObject
Mainly this is used to support legacy sequence exporting.
|
class |
Sequence
Models a database
SEQUENCE . |
class |
SimpleAuxiliaryDatabaseObject
A simple implementation of AbstractAuxiliaryDatabaseObject in which the CREATE and DROP strings are
provided up front.
|
Modifier and Type | Class and Description |
---|---|
class |
Constraint
A relational constraint.
|
class |
DenormalizedTable |
class |
ForeignKey
A foreign key constraint
|
class |
Index
A relational table index
|
class |
PrimaryKey
A primary key constraint
|
class |
Table
A relational table
|
class |
UniqueKey
A relational unique key constraint
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractSchemaMigrator.checkExportIdentifier(Exportable exportable,
Set<String> exportIdentifiers) |
Modifier and Type | Interface and Description |
---|---|
interface |
Exporter<T extends Exportable>
Defines a contract for exporting of database objects (tables, sequences, etc) for use in SQL
CREATE and
DROP scripts. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.