Hello Clinton,

I have class Condition {
int timestamp;
Vector attributes; //Vector of key-value class
int level;
/* constructors, getters, setters, etc*/
}
I would like to pass List of condition objects, and to generate following query
select .....
from log_events
where (
--first Condition object
conditions for timestamp and level
multiple subqueries for each element of attributes Vector


) OR (
--second Condition object
conditions for timestamp and level
multiple subqueries for each element of attributes Vector
).....
So I have to use first iterate element for the big condition (connected using OR) and nested iterate for all subqueries built using "attribute" Vector; How can this be done??


Michał

Clinton Begin wrote:
Hi Michal,


is it planned to add support for nested javabeans properties, also
collections?


iBATIS supports both of these already.  I don't understand enough
about what you're asking to know how to help you.  Can you provide
some code examples?

Clinton

begin:vcard
fn:Michal Malecki
n:Malecki;Michal
org:Poznan Supercomputing and Networking Centre
email;internet:[EMAIL PROTECTED]
title:M. Sc.
x-mozilla-html:FALSE
version:2.1
end:vcard

Reply via email to