Package | Description |
---|---|
org.hibernate.metamodel.relational |
This package defines the metamodel of a relational database schema.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TableSpecification
Models what ANSI SQL terms a table specification which is a table or a view or an inline view.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTableSpecification
Convenience base class for implementing the
ValueContainer contract centralizing commonality
between modeling tables, views and inline views. |
class |
InLineView
A data container defined by a SELECT statement.
|
class |
Table
Models the concept of a relational TABLE (or VIEW).
|
class |
Tuple
Models a compound value (a tuple or row-value-constructor is SQL terms).
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.