Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] fix for bugs 365931 and 366041

A patch file for bugs 365931 and 366041 is now available for review.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=365931
https://bugs.eclipse.org/bugs/show_bug.cgi?id=366041

Descriptions:
 -
@JoinColumn(name="FK_DEPT",insertable = false, updatable = true) causes INSERT statement to include this data value that it is associated with
 - @JoinColumn(name="FK_DEPT",insertable = true, updatable = false) causes UPDATE statement to include this data value that it is associated with

Please review and provide any feedback.

Cheers,
Guy
--

Oracle
Guy Pelletier

ORACLE Canada, 45 O'Connor Street Suite 400 Ottawa, Ontario Canada K1P 1A4

Green
            Oracle Oracle is committed to developing practices and products that help protect the environment


Back to the top