Callback interface for executing code in a {@link org.springmodules.prevayler.system.PrevalentSystem} by going through Prevayler.
Please note that all operations into the callback method are executed in the context of a single transaction.
So, the callback can be used also for grouping more operations into a single transaction.
Important: due to how object serialization and Prevayler work, don't use anonymous inner classes for implementing this interface.
@author Sergio Bossa
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|