ATLAS Offline Software
Loading...
Searching...
No Matches
ISession.h File Reference
#include "PersistencySvc/IDatabase.h"
#include "PersistencySvc/ITransaction.h"
#include "DataModelRoot/RootType.h"
#include <string>
#include <memory>
Include dependency graph for ISession.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pool::PersistencySvc::ISession
 ISession is the interface class for user (macroscopic) sessions Every transaction and connection to a database and object reading and writing must be performed within a session. More...

Namespaces

namespace  pool
 Framework include files.
namespace  pool::PersistencySvc

Functions

std::unique_ptr< ISessionpool::PersistencySvc::createSession (IFileCatalog &catalog)