RE: Is it possible to perform my own sql-queries in OJB?

2004-03-22 Thread "Balzola GreƱo, Gonzalo"
gn the result of the second query to an Iterator or Collection because in xml file are defined all fields. Thanks for you answer. -Mensaje original- De: McCaffrey, John G. [mailto:[EMAIL PROTECTED] Enviado el: lunes, 22 de marzo de 2004 16:29 Para: 'OJB Users List' Asunto: RE

RE: Is it possible to perform my own sql-queries in OJB?

2004-03-22 Thread McCaffrey, John G.
I am currently using QueryBySQL in a few places where I have multi-table joins or otherwise complex queries. I am trying to use QueryBySQL less, because I think it is seen as a crutch, and that you should use the mappings. One down side to QueryBySQL is that your select statement is in your java co