public PersistenceContextProvider persistenceContextProvider()
{
// Also possible if you require information on running, uncommitted contexts (e. g. progress information),
// use the session-aware persistant token context service.
// return new SessionAwarePersistentTokenContextService();
return new CayennePersistenceContextProvider();
}