You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it correct that the AuditableEntityInterceptor only processes 'parent' entities and ignore 'child' entities?
I'm having a parent-child relation in my application, lets say an Order holding OrderLineItems. After adding items to the list and saving the Order, the AuditableEntityInterceptor correctly updates the created and updated properties of the Order but ignores the OrderLineItems.
Is this as intended? And if so, how to also update the auditable fields of an OrderLineItem when the Order is saved?
The text was updated successfully, but these errors were encountered:
Is it correct that the AuditableEntityInterceptor only processes 'parent' entities and ignore 'child' entities?
I'm having a parent-child relation in my application, lets say an Order holding OrderLineItems. After adding items to the list and saving the Order, the AuditableEntityInterceptor correctly updates the created and updated properties of the Order but ignores the OrderLineItems.
Is this as intended? And if so, how to also update the auditable fields of an OrderLineItem when the Order is saved?
The text was updated successfully, but these errors were encountered: