[JBoss-user] [Persistence & CMP/JBoss] - Re: Checking a field against a list of values

2004-05-20 Thread hernant
Que haces Guido, te paso un ejemplo de un entity bean usando xdoclet: a nivel de clase (despues de los imports) pone estos tags: * @ejb.select *signature="java.util.Collection ejbSelectGeneric( java.lang.String jbossql, java.lang.Object[] args )" *result-type-mapping="Local" *me

[JBoss-user] [Persistence & CMP/JBoss] - Re: Checking a field against a list of values

2004-05-20 Thread sesques
Hi, Perhaps a bad news to you. JBossQL and DynamicQL is documented in the JBoss DOCO, and you have to buy it. The DOCO is "JBoss AdminDevel Documentation". Pascal View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835667#3835667 Reply to the post : http://www

[JBoss-user] [Persistence & CMP/JBoss] - Re: Checking a field against a list of values

2004-05-20 Thread Guido Scalise
"sesques" wrote : HI, | | JBossQL supports parameters in the IN operator. But is the number of your parameters always the same ? | | If not, you should use DynamicQL instead. | | Pascal | Thanks for your prompt reply! No, the list of parameters varies... :( I've been searching a

[JBoss-user] [Persistence & CMP/JBoss] - Re: Checking a field against a list of values

2004-05-20 Thread sesques
HI, JBossQL supports parameters in the IN operator. But is the number of your parameters always the same ? If not, you should use DynamicQL instead. Pascal View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835665#3835665 Reply to the post : http://www.jboss