Interface | Description |
---|---|
ObjectValueTypeWidenerFactory |
For Avro use widener or transformer of object values to Avro record values
|
SQLColumnTypeConversion |
Implement this interface when providing a callback for SQL input parameter and column result processing for a statement,
converting an input parameter or converting an output column value into any other value.
|
SQLOutputRowConversion |
Implement this interface when providing a callback for SQL row result processing for a statement,
converting each row's values into a POJO.
|
TypeRepresentationMapper |
For Avro schemas for mapping a given type to a given Avro schema.
|
Class | Description |
---|---|
ObjectValueTypeWidenerFactoryContext |
For Avro types for widening objects to Avro record values, see
ObjectValueTypeWidenerFactory |
SQLColumnTypeContext |
For use with
SQLColumnTypeConversion , context of column conversion. |
SQLColumnValueContext |
For use with
SQLColumnTypeConversion , context of column conversion. |
SQLInputParameterContext |
For use with
SQLColumnTypeConversion , context of parameter conversion. |
SQLOutputRowTypeContext |
For use with
SQLOutputRowConversion , context of row conversion. |
SQLOutputRowValueContext |
For use with
SQLOutputRowConversion , context of row conversion. |
TypeRepresentationMapperContext |
For Avro customized type mapping, use with
TypeRepresentationMapper |
Type mapping callbacks.
Copyright © 2005–2018. All rights reserved.