C# Class Db4oFramework.SessionFactoryBase

Inheritance: ISessionFactory
Afficher le fichier Open project: jhicks/Db4oFramework

Méthodes publiques

Méthode Description
Bind ( ISession session ) : void
Dispose ( ) : void
GetCurrentSession ( ) : ISession
HasBoundSession ( ) : bool
OpenSession ( ) : ISession
TryGetCurrentSession ( ISession &session ) : bool
Unbind ( ) : ISession

Méthodes protégées

Méthode Description
DoDisposal ( ) : void
OpenClient ( ) : IObjectContainer
SessionFactoryBase ( ICurrentSessionContext currentSessionContext ) : Db4objects.Db4o

Method Details

Bind() public méthode

public Bind ( ISession session ) : void
session ISession
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

DoDisposal() protected méthode

protected DoDisposal ( ) : void
Résultat void

GetCurrentSession() public méthode

public GetCurrentSession ( ) : ISession
Résultat ISession

HasBoundSession() public méthode

public HasBoundSession ( ) : bool
Résultat bool

OpenClient() protected abstract méthode

protected abstract OpenClient ( ) : IObjectContainer
Résultat IObjectContainer

OpenSession() public méthode

public OpenSession ( ) : ISession
Résultat ISession

SessionFactoryBase() protected méthode

protected SessionFactoryBase ( ICurrentSessionContext currentSessionContext ) : Db4objects.Db4o
currentSessionContext ICurrentSessionContext
Résultat Db4objects.Db4o

TryGetCurrentSession() public méthode

public TryGetCurrentSession ( ISession &session ) : bool
session ISession
Résultat bool

Unbind() public méthode

public Unbind ( ) : ISession
Résultat ISession