Package | Description |
---|---|
org.hibernate.metamodel.relational |
This package defines the metamodel of a relational database schema.
|
Modifier and Type | Method and Description |
---|---|
Schema |
Database.getDefaultSchema() |
Schema |
Sequence.getSchema() |
Schema |
InLineView.getSchema() |
Schema |
TableSpecification.getSchema()
Obtain a reference to the schema to which this table specification belongs.
|
Schema |
Table.getSchema() |
Schema |
Database.getSchema(Identifier schema,
Identifier catalog) |
Schema |
Database.getSchema(String schema,
String catalog) |
Schema |
Database.locateSchema(Schema.Name name) |
Constructor and Description |
---|
BasicAuxiliaryDatabaseObjectImpl(Schema defaultSchema,
String createString,
String dropString,
Set<String> dialectScopes) |
InLineView(Schema schema,
String logicalName,
String select) |
ObjectName(Schema schema,
Identifier name) |
ObjectName(Schema schema,
String name) |
Sequence(Schema schema,
String name) |
Sequence(Schema schema,
String name,
int initialValue,
int incrementSize) |
Table(Schema database,
Identifier tableName) |
Table(Schema database,
String tableName) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.