Yes, you may use an iteration...
      <select id="porEleccionIds" resultMap="mappingTO"
       parameterClass = "MappingTO">
        select A.ParteT,   A.Consec,   A.Id
                                                          where  
                                                                A.epoca = 
B.idEpoca 
                                                            AND A.sala = 
C.idInst
                                                            
             <iterate property = "listado" open = "" close = "" conjunction = 
"OR">
                  #listado[]# 
              </iterate>
             order by $orderBy$ $orderType$
 

Greetings

----- Mensaje original ----
De: Martin Zdila <[EMAIL PROTECTED]>
Para: [email protected]
Enviado: viernes, 20 de junio, 2008 10:53:20
Asunto: OR

hello

is it possible to combine conditions with OR? example:

<isPropertyAvailable property="prop1 OR prop1">
..
</isPropertyAvailable>

thanks in advance

-- 
Martin Zdila 
CTO

M-Way Solutions Slovakia s.r.o.
Letna 27, 040 01 Kosice
Slovakia

tel:+421-908-363-848
mailto:[EMAIL PROTECTED]
http://www.mwaysolutions.com
xmpp:[EMAIL PROTECTED] (Jabber)
skype:m.zdila



      
____________________________________________________________________________________
Yahoo! Deportes Beta
¡No te pierdas lo último sobre el torneo clausura 2008! Entérate aquí 
http://deportes.yahoo.com
  • OR Martin Zdila
    • Re: OR Carlos de Luna Saenz

Reply via email to