spring-framework/spring-jdbc
Sébastien Deleuze 6d85a8a0cc Fix JdbcOperationsExtensions
This commit reverts some changes done in 2d5f9723fa
in order to fix JdbcOperations.queryForObject and
JdbcOperations.queryForList.

It is not possible to provide a vararg variant in Kotlin
for now due to a signature clash, but that will probably
make sense in Spring Framework 6 timeframe along to array
based variant removal for both Java and Kotlin.

Closes gh-26312
2021-01-04 14:57:31 +01:00
..
src Fix JdbcOperationsExtensions 2021-01-04 14:57:31 +01:00
spring-jdbc.gradle Use Gradle test fixture support for spring-beans and spring-context 2020-01-02 16:01:34 +01:00