| Package | Description |
|---|---|
| org.apache.metamodel |
Root package for MetaModel
|
| org.apache.metamodel.couchdb |
Module package for CouchDB support
|
| org.apache.metamodel.create |
API for creating tables
|
| org.apache.metamodel.csv |
Module package for Comma Separated Values (CSV) files
|
| org.apache.metamodel.delete |
API for deleting rows
|
| org.apache.metamodel.drop |
API for dropping tables
|
| org.apache.metamodel.elasticsearch.nativeclient | |
| org.apache.metamodel.elasticsearch.rest | |
| org.apache.metamodel.excel |
Module package for MS Excel spreadsheet files
|
| org.apache.metamodel.insert |
API for inserting rows
|
| org.apache.metamodel.intercept | |
| org.apache.metamodel.jdbc |
Module package for JDBC compliant databases
|
| org.apache.metamodel.mongodb.mongo2 |
Module package for MongoDB support
|
| org.apache.metamodel.mongodb.mongo3 |
Module package for MongoDB support
|
| org.apache.metamodel.pojo | |
| org.apache.metamodel.salesforce | |
| org.apache.metamodel.update |
API for updating rows
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BatchUpdateScript
Indicator sub-interface of
UpdateScript. |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateableDataContext.executeUpdate(UpdateScript update)
Submits an
UpdateScript for execution on the DataContext. |
| Modifier and Type | Method and Description |
|---|---|
void |
CouchDbDataContext.executeUpdate(UpdateScript script) |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateTable
Represents a single CREATE TABLE operation to be applied to a
UpdateableDataContext. |
class |
CreateTableColumnBuilder
Column builder for
CreateTable. |
| Modifier and Type | Method and Description |
|---|---|
void |
CsvDataContext.executeUpdate(UpdateScript update) |
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteFrom
Represents a single DELETE FROM operation to be applied to a
UpdateableDataContext. |
| Modifier and Type | Class and Description |
|---|---|
class |
DropTable
Represents a single DROP TABLE operation to be applied to a
UpdateableDataContext. |
| Modifier and Type | Method and Description |
|---|---|
void |
ElasticSearchDataContext.executeUpdate(UpdateScript update) |
| Modifier and Type | Method and Description |
|---|---|
void |
ElasticSearchRestDataContext.executeUpdate(UpdateScript update) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExcelDataContext.executeUpdate(UpdateScript update) |
| Modifier and Type | Class and Description |
|---|---|
class |
InsertInto
Represents a single INSERT INTO operation to be applied to a
UpdateableDataContext. |
| Modifier and Type | Method and Description |
|---|---|
void |
InterceptableDataContext.executeUpdate(UpdateScript update) |
| Modifier and Type | Method and Description |
|---|---|
void |
JdbcDataContext.executeUpdate(UpdateScript update) |
| Modifier and Type | Method and Description |
|---|---|
void |
MongoDbDataContext.executeUpdate(UpdateScript update) |
void |
MongoDbDataContext.executeUpdate(UpdateScript update,
com.mongodb.WriteConcern writeConcern)
Executes an update with a specific
WriteConcern. |
void |
MongoDbDataContext.executeUpdate(UpdateScript update,
WriteConcernAdvisor writeConcernAdvisor)
Executes an update with a specific
WriteConcernAdvisor. |
| Modifier and Type | Method and Description |
|---|---|
void |
MongoDbDataContext.executeUpdate(UpdateScript update) |
void |
MongoDbDataContext.executeUpdate(UpdateScript update,
com.mongodb.WriteConcern writeConcern)
Executes an update with a specific
WriteConcern. |
void |
MongoDbDataContext.executeUpdate(UpdateScript update,
WriteConcernAdvisor writeConcernAdvisor)
Executes an update with a specific
WriteConcernAdvisor. |
| Modifier and Type | Method and Description |
|---|---|
void |
PojoDataContext.executeUpdate(UpdateScript update) |
| Modifier and Type | Method and Description |
|---|---|
void |
SalesforceDataContext.executeUpdate(UpdateScript update) |
| Modifier and Type | Class and Description |
|---|---|
class |
Update
Represents a single UPDATE operation to be applied to a
UpdateableDataContext. |
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.