Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Foreign key with ON UPDATE CASCADE

ON UPDATE CASCADE is kind of unusual, and in JPA its use would imply you are
updated the primary key, which is not allowed, so an odd thing to want to
use.

If you need these in your DDL, just use your own DDL scripts to create your
tables, or ALTER the ones generated.




--
View this message in context: http://eclipse.1072660.n5.nabble.com/Foreign-key-with-ON-UPDATE-CASCADE-tp1148p154079.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.


Back to the top