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
I would like to have a 'Transactional' annotation to manage the transactions as shown in the documentation. I would also like to have another 'Locked' annotation that would work in a similar way but would use Symfony's Lock implementation to avoid the concurrent execution of a method.
But for my use case it is essential that the Locked interception is done before the Transactional interception.
I guess the ordering is determined by the ordering in which the pointcuts are matched but what determines in which order the pointcut classes will be executed?
The text was updated successfully, but these errors were encountered:
Hi,
I would like to have a 'Transactional' annotation to manage the transactions as shown in the documentation. I would also like to have another 'Locked' annotation that would work in a similar way but would use Symfony's Lock implementation to avoid the concurrent execution of a method.
But for my use case it is essential that the Locked interception is done before the Transactional interception.
I guess the ordering is determined by the ordering in which the pointcuts are matched but what determines in which order the pointcut classes will be executed?
The text was updated successfully, but these errors were encountered: