Package | Description |
---|---|
org.apache.metamodel |
Root package for MetaModel
|
org.apache.metamodel.create |
API for creating tables
|
org.apache.metamodel.delete |
API for deleting rows
|
org.apache.metamodel.drop |
API for dropping tables
|
org.apache.metamodel.insert |
API for inserting rows
|
org.apache.metamodel.update |
API for updating rows
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractUpdateCallback
Abstract implementation of the
UpdateCallback interface. |
Modifier and Type | Method and Description |
---|---|
void |
UpdateScript.run(UpdateCallback callback)
Invoked by MetaModel when the update script should be run.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTableCreationBuilder<U extends UpdateCallback>
Abstract
TableCreationBuilder implementation, provided as convenience
for TableCreatable implementations. |
Modifier and Type | Method and Description |
---|---|
void |
CreateTableColumnBuilder.run(UpdateCallback callback) |
void |
CreateTable.run(UpdateCallback callback) |
Modifier and Type | Method and Description |
---|---|
void |
DeleteFrom.run(UpdateCallback callback) |
Modifier and Type | Method and Description |
---|---|
void |
DropTable.run(UpdateCallback callback) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRowInsertionBuilder<U extends UpdateCallback>
Abstract implementation of the
RowInsertionBuilder interface,
provided as a convenience to RowInsertable implementations. |
Modifier and Type | Method and Description |
---|---|
void |
InsertInto.run(UpdateCallback callback) |
Modifier and Type | Method and Description |
---|---|
void |
Update.run(UpdateCallback callback) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.