public void setPersistenceSession(final PersistenceSession persistor) {
this.persistenceSession = persistor;
if (context != null) {
final IsisSessionDefault current = (IsisSessionDefault) context.getSessionInstance();
current.testSetObjectPersistor(persistor);
}
}
/**
*