| Package | Description |
|---|---|
| org.apache.metamodel |
Root package for MetaModel
|
| org.apache.metamodel.delete |
API for deleting rows
|
| org.apache.metamodel.elasticsearch.nativeclient | |
| org.apache.metamodel.salesforce | |
| org.apache.metamodel.update |
API for updating rows
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteAndInsertBuilder
Simple implementation of the
RowUpdationBuilder interface, which
simply uses a combined delete+insert strategy for performing updates. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RowDeletionBuilder
Builder object for row deletions in a
Table. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRowDeletionBuilder
Abstract
RowDeletionBuilder implementation |
class |
DeleteFrom
Represents a single DELETE FROM operation to be applied to a
UpdateableDataContext. |
| Modifier and Type | Class and Description |
|---|---|
class |
ElasticSearchUpdateBuilder |
| Modifier and Type | Class and Description |
|---|---|
class |
SalesforceUpdateBuilder
Row updation builder for Salesforce
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RowUpdationBuilder
Builder object for row update on a
Table. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRowUpdationBuilder
Abstract
RowUpdationBuilder implementation. |
class |
Update
Represents a single UPDATE operation to be applied to a
UpdateableDataContext. |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.