Package | Description |
---|---|
org.apache.metamodel |
Root package for MetaModel
|
org.apache.metamodel.convert |
DataContext decorator for implicit conversion of value types after querying and before insertion.
|
org.apache.metamodel.data |
API for data sets
|
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 | Method and Description |
---|---|
protected static <RB extends RowBuilder<?>> |
Converters.convertRow(RB rowBuilder,
Map<Column,TypeConverter<?,?>> converters)
Converts values in a
RowBuilder . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRowBuilder<RB extends RowBuilder<?>>
Abstract
RowBuilder implementation. |
interface |
RowBuilder<RB extends RowBuilder<?>>
Abstract interface for objects that build rows, either for eg.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRowBuilder<RB extends RowBuilder<?>>
Abstract
RowBuilder implementation. |
Modifier and Type | Class and Description |
---|---|
class |
ElasticSearchUpdateBuilder |
Modifier and Type | Interface and Description |
---|---|
interface |
RowInsertionBuilder
Builder object for row insertion, into a
Table . |
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 | 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.