Tweak Map-based repository for performance (serialization of a StepExecution is expensive and unnecessary)
This commit is contained in:
@@ -74,7 +74,7 @@ public class TransactionAwareProxyFactory<T> {
|
||||
|
||||
private TransactionAwareProxyFactory(T target, boolean appendOnly) {
|
||||
super();
|
||||
this.target = begin(target);
|
||||
this.target = target;
|
||||
this.appendOnly = appendOnly;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user