C# Class UCDArch.Data.NHibernate.DbContext

Inheritance: IDbContext
Afficher le fichier Open project: ucdavis/UCDArch

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
BeginTransaction ( ) : void
CloseSession ( ) : void
CommitChanges ( ) : void

This isn't specific to any one DAO and flushes everything that has been changed since the last commit.

CommitTransaction ( ) : void
RollbackTransaction ( ) : void

Method Details

BeginTransaction() public méthode

public BeginTransaction ( ) : void
Résultat void

CloseSession() public méthode

public CloseSession ( ) : void
Résultat void

CommitChanges() public méthode

This isn't specific to any one DAO and flushes everything that has been changed since the last commit.
public CommitChanges ( ) : void
Résultat void

CommitTransaction() public méthode

public CommitTransaction ( ) : void
Résultat void

RollbackTransaction() public méthode

public RollbackTransaction ( ) : void
Résultat void