...
Overview
The UnitOfWorkProtocol aspect makes the Unit Of Work management transparent in the user code.
...
and still all the transaction and persistence management will take place.h2:
Definition
The UnitOfWorkProtocol aspect has four abstract pointcuts that you have to define in your XML definition file (a "transactional object" is an object that is set to participate in the Unit Of Work transaction, meaning that the Unit Of Work will keep track of its state):
...
