final AtomicBoolean readResultSetEnd = new AtomicBoolean();
final AtomicBoolean modifyWrapResultSet = new AtomicBoolean();
final ExecutionTracer loggingTracer = new LoggingExecutionTracer(ExecutionTracerTest.class, true);
ExecutionTracer executionTracer = new AbstractDelegateExecutionTracer() {
@Override protected ExecutionTracer getDelegate() {
return loggingTracer;
}
@Override public void onBeginModify(PersistenceSession persistenceSession, MappedSchemaObject<?> entity, PersistMode mode,