C# Класс Castle.Facilities.NHibernateIntegration.Internal.SessionFactoryActivator

Postpones the initiation of SessionFactory until Resolve
Наследование: DefaultComponentActivator
Показать файл Открыть проект

Открытые методы

Метод Описание
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