C# Class UCDArch.Data.NHibernate.DbContext

Inheritance: IDbContext
Mostra file Open project: ucdavis/UCDArch

Private Properties

Property Type Description

Public Methods

Method 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 method

public BeginTransaction ( ) : void
return void

CloseSession() public method

public CloseSession ( ) : void
return void

CommitChanges() public method

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

CommitTransaction() public method

public CommitTransaction ( ) : void
return void

RollbackTransaction() public method

public RollbackTransaction ( ) : void
return void