Package | Description |
---|---|
org.hibernate.metamodel.relational |
This package defines the metamodel of a relational database schema.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AuxiliaryDatabaseObject
Auxiliary database objects (i.e., triggers, stored procedures, etc) defined
in the mappings.
|
interface |
Constraint
Basic contract for the types of constraints we fully support as metadata constructs:
primary key
foreign key
unique constraint
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAuxiliaryDatabaseObject
Convenience base class for
AuxiliaryDatabaseObject s. |
class |
AbstractConstraint
Support for writing
Constraint implementations |
class |
BasicAuxiliaryDatabaseObjectImpl |
class |
ForeignKey
Models the notion of a foreign key.
|
class |
Index
Models a SQL INDEX
|
class |
PrimaryKey
Models a table's primary key.
|
class |
Sequence
Models a database
SEQUENCE . |
class |
Table
Models the concept of a relational TABLE (or VIEW).
|
class |
UniqueKey
Models a SQL INDEX defined as UNIQUE
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.