|
From: Heimann, D. X - S. M. C. <dav...@us...> - 2003-12-31 18:15:29
|
Developers,
Could you change
public final List execute(final Object[] parameters, Map context)
{
...
}
in org.springframework.jdbc.object.SqlQuery to not be final ? It would
be nice to overload it, for example to change all parameters to upper
case before executing. The similar update method in SqlUpdate is not
final. Why be final at all ?
David Heimann
|