| 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 | Method and Description |
|---|---|
static UpdateableDataContext |
Converters.addTypeConverter(UpdateableDataContext dataContext,
Column column,
TypeConverter<?,?> converter)
Adds a type converter to a specific column in the
DataContext. |
static UpdateableDataContext |
Converters.addTypeConverters(UpdateableDataContext dataContext,
Map<Column,TypeConverter<?,?>> converters)
Adds a collection of type converters to specific columns in the
DataContext |
| Modifier and Type | Method and Description |
|---|---|
static UpdateableDataContext |
Converters.addTypeConverter(UpdateableDataContext dataContext,
Column column,
TypeConverter<?,?> converter)
Adds a type converter to a specific column in the
DataContext. |
static UpdateableDataContext |
Converters.addTypeConverters(UpdateableDataContext dataContext,
Map<Column,TypeConverter<?,?>> converters)
Adds a collection of type converters to specific columns in the
DataContext |
| Modifier and Type | Class and Description |
|---|---|
class |
InterceptableDataContext |
| Modifier and Type | Method and Description |
|---|---|
UpdateableDataContext |
InterceptableDataContext.refreshSchemas() |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.