Package | Description |
---|---|
org.apache.metamodel |
Root package for MetaModel
|
org.apache.metamodel.query |
API for querying
|
org.apache.metamodel.schema |
API for schema structure
|
Modifier and Type | Interface and Description |
---|---|
interface |
BatchUpdateScript
Indicator sub-interface of
UpdateScript . |
interface |
DataContext
A DataContext represents the central entry point for interactions with
datastores.
|
interface |
UpdateableDataContext
Represents a
DataContext that supports updating write-operations. |
interface |
UpdateScript
Represents any updating operation or update script that can be executed on a
UpdateableDataContext . |
Modifier and Type | Class and Description |
---|---|
class |
Query
Represents a query to retrieve data by.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Column
Represents a column and it's metadata description.
|
interface |
ColumnType
Represents the data-type of columns.
|
interface |
Relationship
Represents a relationship between two tables where one set of columns is the
primary key, and another set is the foreign key.
|
interface |
Schema
Represents a schema and it's metadata description.
|
interface |
Table
Represents a table and it's metadata description.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.