For
example, for Oracle in list limitation while using
select
* from abc
where
a in ('a', 'b', 'c', ...)
We
need to use a Custom tag for this.
Thanks
-----Original Message-----A couple?
From: Larry Meadors [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 12, 2005 5:21 PM
To: ibatis-user-java@incubator.apache.org
Subject: Re: Custom Tag
Check again.
That is an interesting idea though.
Larry
PS: Please do not reply to other posts with new topics.
On 5/12/05, Ming Xue <[EMAIL PROTECTED]> wrote:HiI am very much amazed by Ibatis's ability to generate dynamic sql, which is blank in Hibernate. There are a couple predefined tags provided by default, But, does the framework support Custom Tags? if so, how can I attched them to the FrameWork?