Hi,
 
is there a way to support generics in iBatis in that the following would not report a warning:
 
List<Orders> orders = client.queryForList("getAllOrdersWithStatusX" , "X");
 
thx.
Steve.
 

Reply via email to