}
public Object execute(SystemCallback callback) {
logger.debug("Executing callback into prevalent system.");
PrevalentSystem localSystem = (PrevalentSystem) this.configuration.getPrevaylerInstance().prevalentSystem();
return localSystem.execute(callback);
}
public void flush(Prevayler prevayler) {
// Do nothing: all operations are suddenly committed.
}