C# 클래스 Castle.Facilities.NHibernateIntegration.Internal.SessionFactoryActivator

Postpones the initiation of SessionFactory until Resolve
상속: DefaultComponentActivator
파일 보기 프로젝트 열기: mahara/Castle.Facilities.NHibernateIntegration

공개 메소드들

메소드 설명
Create ( CreationContext context, Burden burden ) : object

Creates the ISessionFactory from the configuration

SessionFactoryActivator ( ComponentModel model, IKernelInternal kernel, ComponentInstanceDelegate onCreation, ComponentInstanceDelegate onDestruction ) : Core

Constructor for SessionFactoryActivator

보호된 메소드들

메소드 설명
RaiseCreatingSessionFactory ( ) : void

Calls the contributors

메소드 상세

Create() 공개 메소드

Creates the ISessionFactory from the configuration
public Create ( CreationContext context, Burden burden ) : object
context CreationContext
burden Burden
리턴 object

RaiseCreatingSessionFactory() 보호된 메소드

Calls the contributors
protected RaiseCreatingSessionFactory ( ) : void
리턴 void

SessionFactoryActivator() 공개 메소드

Constructor for SessionFactoryActivator
public SessionFactoryActivator ( ComponentModel model, IKernelInternal kernel, ComponentInstanceDelegate onCreation, ComponentInstanceDelegate onDestruction ) : Core
model ComponentModel
kernel IKernelInternal
onCreation ComponentInstanceDelegate
onDestruction ComponentInstanceDelegate
리턴 Core