ResultMapper
Entry point of the read conversion chain: hands a decoded value to the converters and checks the result.
One of these belongs to each query, over that query's own ResultConverterRegistry. It is what Row.get and the fetchObject* family call.
Parameters
registry
The converters to consult, chained to the session's.
typeManager
The session's type manager.
Functions
Link copied to clipboard
Converts a decoded database value to expectedType.