Lukas Jungmann
Lukas Jungmann
@glassfishrobot Commented jgrassel said: How would this address foreign key constraints referencing the row to be deleted? The database would throw a constraint violation on flush/commit, which would be a...
@glassfishrobot Commented mkarg said: EntityNotFoundException is only thrown when Statement.executeUpdate(DELETE) succeeds but returns a value of zero. In case the same method throws SQLException, like when a foreign key constraint...
@glassfishrobot Commented neilstockton said: A "single SQL" would not always be possible, since inheritance strategy would imply that an object can be stored in multiple tables. The "pk" passed in...
@glassfishrobot Commented This issue was imported from java.net JIRA JPA_SPEC-147
@mkarg Commented - With "_single SQL_" I meant "single server _roundtrip_", not literally "single SQL _command_". Implementations could set up SQL batches dynamically to reflect the different SQL sequences needed...
@mkarg Commented @ldemichiel Can you please set me (@mkarg) as the original reporter of this issue, so I will gain edit rights for this issue? Thanks! :-)
@mkarg Commented @lukasj I like to invite you to join this discussion. :-)
AFAIK, putting stuff into `javax` namespace is prohibited
done, I believe
closing per last comment > @lukasj Any chance I can get added to the activation team since I'm already on the mail team? I'm unable to close this issue. @jmehrens...