...
Overview
The Transactional Mixin is a mixin that allows you to add additional behaviour to the objects that you have defined as transactional.
...
| Code Block | ||
|---|---|---|
| ||
((Transactional)targetInstance).create() |
...
Definition
The Transactional Mixin is an inner class of the UnitOfWorkProtocol and is defined using the transactionalObjects pointcut.
...
