C# 클래스 Shaml.Data.NHibernate.DbContext

상속: IDbContext
파일 보기 프로젝트 열기: sztupy/shaml

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

BeginTransaction() 공개 메소드

public BeginTransaction ( ) : IDisposable
리턴 IDisposable

CommitChanges() 공개 메소드

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

CommitChanges() 공개 메소드

public CommitChanges ( bool clearChanges ) : void
clearChanges bool
리턴 void

CommitTransaction() 공개 메소드

public CommitTransaction ( ) : void
리턴 void

DbContext() 공개 메소드

public DbContext ( string factoryKey ) : System
factoryKey string
리턴 System

RollbackTransaction() 공개 메소드

public RollbackTransaction ( ) : void
리턴 void