Files
spring-integration/src
Artem Bilan 3ad8828657 GH-6380: Support Map as input in BeanPropertySqlParameterSourceFactory
Fixes: https://github.com/spring-projects/spring-integration/issues/6380

The `MapSqlParameterSource` is much faster, then reflection or SpEL,
so, it would be great to have such an interaction when we evaluate values for SQL queries

* Enhance `BeanPropertySqlParameterSourceFactory` to use `MapSqlParameterSource` if `input` is a `Map`
* Expose `JdbcMessageHandler.usePayloadAsParameterSource` for convenience with `SqlParameterSourceFactory`,
especially when the payload is a map
2025-02-27 13:24:49 -05:00
..
2020-12-03 10:38:53 -05:00
2024-10-14 15:31:10 -04:00
2022-11-14 10:55:21 -05:00