Hi

I read about batch updates in the Spring Source Docs for Spring JDBC.

Now, I wish to obtain multiple values into the mapper class using a select statement--> the where clause will basically check for a single column in the table to match with any one (or more) of the values in a list of string variables.

Is it possible to implement such a query using Spring JDBC? How do I implement this?

Thanks,
Arvind.