Hi all
Does any other Application Server provide such a feature? Read on..
I am using Weblogic 5.1 and struggling to write a finder method for a CMP bean
which can use the SQL 'IN' clause. For example, I want something like this :-
public Enumeration findByAandBs(A a, B[] b) {
// this finder should translate to
// select * from t where t.a = a and t.b IN (b[0], b[1], b[2],.... b[n]);
}
The weblogic WLQL operator list does not include the 'IN' operator. Has anyone
else in this list faced the same problem?
Thanks.
--
shiv
[EMAIL PROTECTED]
--
shiv
[EMAIL PROTECTED]
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".