Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EclipseLink » update events for @order field
update events for @order field [message #1780047] Tue, 16 January 2018 19:35
jerome pommier is currently offline jerome pommierFriend
Messages: 1
Registered: January 2018
Junior Member
Hello,

When entities (A) with oneToMany bidirectional mapping (to B) "persist", the resulting "insert" on B fired the correct events from B. After that, because we have an ordered list, the @order field from (B) is simply updated. While this field is not (as stated in API doc) an entity field of B, the "update" event is never fired. For large tables with other complicated mapping (B,C...) it is not difficult to calculate the expected number of "insert" and "update", and then to track by polling in time the actual number of operations through received events. The question: Is there a mean for the "update" on the @order field to be tracked.

Thanks.
Previous Topic:@Version on @MappedSuperclass
Next Topic:Multitenant deployment error
Goto Forum:
  


Current Time: Tue Mar 19 10:49:03 GMT 2024

Powered by FUDForum. Page generated in 0.02129 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top