C# 클래스 Infrastructure.Persistence.NHibernateSessionFactory

상속: INhibernateSessionFactory
파일 보기 프로젝트 열기: Slesa/Playground

공개 메소드들

메소드 설명
Configure ( ) : void
CreateSession ( ) : ISession
Dispose ( ) : void
NHibernateSessionFactory ( IPersistenceConfiguration persistenceConfiguration, INHibernatePersistenceModel persistenceModel ) : System

보호된 메소드들

메소드 설명
Dispose ( bool @explicit ) : void

비공개 메소드들

메소드 설명
CreateDatabaseWhenDebug ( FluentConfiguration configuration ) : void
CreateSessionFactory ( ) : ISessionFactory

메소드 상세

Configure() 공개 메소드

public Configure ( ) : void
리턴 void

CreateSession() 공개 메소드

public CreateSession ( ) : ISession
리턴 ISession

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool @explicit ) : void
@explicit bool
리턴 void

NHibernateSessionFactory() 공개 메소드

public NHibernateSessionFactory ( IPersistenceConfiguration persistenceConfiguration, INHibernatePersistenceModel persistenceModel ) : System
persistenceConfiguration IPersistenceConfiguration
persistenceModel INHibernatePersistenceModel
리턴 System