I'm using Spring JdbcTemplate interface for fetching data from a MS SqlServer DB.
In the documentation I see there is the setMaxRows() method to set a limit for all the queries, but what if I want to limit only a select?
Is there a way to set a limit only for a specific invoked query in a "configurable" way?
PreparedStatementCreator, I'm new to Spring... – davioooh Apr 3 '12 at 10:33