ParameterMapper
Entry point of the write conversion chain: hands a Kotlin value to the converters.
One of these belongs to each query, over that query's own ParameterConverterRegistry. It is what the parameter serializer calls for every value bound to a statement.
Parameters
registry
The converters to consult, chained to the session's.
typeManager
The session's type manager.