Package | Description |
---|---|
org.apache.metamodel.convert |
DataContext decorator for implicit conversion of value types after querying and before insertion.
|
org.apache.metamodel.intercept |
Modifier and Type | Class and Description |
---|---|
class |
ConvertedRowInsertionInterceptor
A
RowInsertionInterceptor used for intercepting values in
RowInsertionBuilder s that need to be converted, according to a set of
TypeConverter s. |
Modifier and Type | Method and Description |
---|---|
InterceptableDataContext |
InterceptableDataContext.addRowInsertionInterceptor(RowInsertionInterceptor interceptor) |
InterceptableDataContext |
InterceptableDataContext.removeRowInsertionInterceptor(RowInsertionInterceptor interceptor) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.