Hi guys,
please keep hands of those tests until tomorrow - i'm cleaning them up and
don't want to go into merge hell ;)
--
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http://hibernate.org
JBoss Inc
[EMAIL PROTECTED]
-
select tb2.* from tb1, tb2 where tb1.id = tb2.idtb1 and tb1.id = 2
idtb1 is a multiple value field which contains multiple id from tb1
the reverse query (the other side of the relasionship) will be:
select tb1.* from tb1, tb2 where tb2.id = 5 and tb2.idtb1 = tb1.id
in term of sql query there
On Thu, 09 Feb 2006 11:23:10 +0100, Max Rydahl Andersen
<[EMAIL PROTECTED]> wrote:
Hi guys,
please keep hands of those tests until tomorrow - i'm cleaning them up
and don't want to go into merge hell ;)
Changes committed to both branches now.
Steve: This is what I talked about doing - no