|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| HasReadTypeConverters | Defines an interface for objects that are aware of TypeConverters,
and know how to apply them to read operations (Queries or DataSets). |
| TypeConverter<P,V> | Defines an interface for converting values from and to their physical materializations and their virtual representations. |
| Class Summary | |
|---|---|
| ConvertedDataSetInterceptor | A DataSetInterceptor used for intercepting values in DataSets
that need to be converted, according to a set of TypeConverters. |
| ConvertedRowInsertionInterceptor | A RowInsertionInterceptor used for intercepting values in
RowInsertionBuilders that need to be converted, according to a set of
TypeConverters. |
| ConvertedRowUpdationInterceptor | |
| Converters | This class consists of static methods for decorating DataContexts
with TypeConverters, which allows for automatic conversion of values
on data read and write operations. |
| StringToBooleanConverter | A TypeConverter that converts String values (on the physical layer)
to interpreted Booleans. |
| StringToDateConverter | A TypeConverter that converts String values (on the physical layer)
to interpreted Dates. |
| StringToDoubleConverter | A TypeConverter that converts String values (on the physical layer)
to interpreted Doubles. |
| StringToIntegerConverter | A TypeConverter that converts String values (on the physical layer)
to interpreted Integers. |
DataContext decorator for implicit conversion of value types after querying and before insertion.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||