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.insert |
API for inserting rows
|
org.apache.metamodel.intercept |
Modifier and Type | Method and Description |
---|---|
RowInsertionBuilder |
AbstractUpdateCallback.insertInto(String tableName) |
RowInsertionBuilder |
AbstractUpdateCallback.insertInto(String schemaName,
String tableName) |
Modifier and Type | Method and Description |
---|---|
RowInsertionBuilder |
ConvertedRowInsertionInterceptor.intercept(RowInsertionBuilder insert) |
Modifier and Type | Method and Description |
---|---|
RowInsertionBuilder |
ConvertedRowInsertionInterceptor.intercept(RowInsertionBuilder insert) |
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 |
---|---|
RowInsertionBuilder |
RowInsertable.insertInto(String tableName)
Initiates the building of a row insertion operation.
|
RowInsertionBuilder |
RowInsertable.insertInto(String schemaName,
String tableName)
Initiates the building of a row insertion operation.
|
RowInsertionBuilder |
RowInsertable.insertInto(Table table)
Initiates the building of a row insertion operation.
|
RowInsertionBuilder |
RowInsertionBuilder.like(Row row)
Sets all values like the provided row (for easy duplication of a row).
|
RowInsertionBuilder |
AbstractRowInsertionBuilder.like(Row row) |
Modifier and Type | Method and Description |
---|---|
InterceptorList<RowInsertionBuilder> |
InterceptableDataContext.getRowInsertionInterceptors() |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.