if (pc != null) {
pc.invalidatePrefetchBuffer(thisT);
}
logger.log(BasicLevel.DEBUG, "Ending beforeWSPrepare");
if (exceptions != null) {
throw new PersistenceException(new SpeedoRuntimeException(
"Impossible to prepare instances before flushing",
(Exception[]) exceptions.toArray(
new Exception[exceptions.size()])));
}
}