Package | Description |
---|---|
org.apache.metamodel |
Root package for MetaModel
|
org.apache.metamodel.elasticsearch.nativeclient | |
org.apache.metamodel.insert |
API for inserting rows
|
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 | Class and Description |
---|---|
class |
ElasticSearchUpdateBuilder |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRowInsertionBuilder<U extends UpdateCallback>
Abstract implementation of the
RowInsertionBuilder interface,
provided as a convenience to RowInsertable implementations. |
class |
InsertInto
Represents a single INSERT INTO operation to be applied to a
UpdateableDataContext . |
Modifier and Type | Class and Description |
---|---|
class |
SalesforceUpdateBuilder
Row updation builder for Salesforce
|
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.