It's a limitation in Java.  However, we are working on a couple of potential
options.  But it's not possible to do it the way you've written it (which is
really sad, because it's perfectly possible in C# and other languages).
Clinton

2009/10/4 Tomáš Procházka <t.procha...@centrum.cz>

>
> Why not supported this?
>
> @Select({"SELECT * FROM send LIMIT #{offset}, #{limit}"})
>  List getAllItems(int offset, int limit);
>
>
> Its limitation of Java or bug in actual version?
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-java-unsubscr...@ibatis.apache.org
> For additional commands, e-mail: user-java-h...@ibatis.apache.org
>
>

Reply via email to