Support generics
----------------
Key: IBATIS-273
URL: http://issues.apache.org/jira/browse/IBATIS-273
Project: iBatis for Java
Type: Improvement
Components: SQL Maps
Reporter: Reuben Firmin
Hello,
I know that JDK 1.5 support is not intended yet, so this is just a request for
the future. It'd be great if you could support generics, particularly from the
queryForList object; at the moment I do:
List<String> locked =
getSqlMapClientTemplate().queryForList("Daemon.getLockInfo", null);
...which compiles fine, but isn't strictly valid, since queryForList just
returns a List, and not a List<T>.
Thanks
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira