C# Class Shaml.Data.NHibernate.DbContext

Inheritance: IDbContext
Mostra file Open project: sztupy/shaml

Private Properties

Property Type Description

Public Methods

Method Description
BeginTransaction ( ) : IDisposable
CommitChanges ( ) : void

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

CommitChanges ( bool clearChanges ) : void
CommitTransaction ( ) : void
DbContext ( string factoryKey ) : System
RollbackTransaction ( ) : void

Method Details

BeginTransaction() public method

public BeginTransaction ( ) : IDisposable
return IDisposable

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

CommitChanges() public method

public CommitChanges ( bool clearChanges ) : void
clearChanges bool
return void

CommitTransaction() public method

public CommitTransaction ( ) : void
return void

DbContext() public method

public DbContext ( string factoryKey ) : System
factoryKey string
return System

RollbackTransaction() public method

public RollbackTransaction ( ) : void
return void