I have a class A representing table TA defined as
follows:
class A {
....
private Long sourceId;
private Long targetId;
...
TCorporation source;
TCorporation target;
}
If I set the sourceId to new Long(1234) and
source=null the INSERT statement generated blanks out
the source id.
Anybody else ran into this?
Richard
__________________________________
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]