Method | Description | |
---|---|---|
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
|
Method | Description | |
---|---|---|
RaiseCreatingSessionFactory ( ) : void |
Calls the contributors
|
public Create ( CreationContext context, Burden burden ) : object | ||
context | CreationContext | |
burden | Burden | |
return | object |
protected RaiseCreatingSessionFactory ( ) : void | ||
return | void |
public SessionFactoryActivator ( ComponentModel model, IKernelInternal kernel, ComponentInstanceDelegate onCreation, ComponentInstanceDelegate onDestruction ) : Core | ||
model | ComponentModel | |
kernel | IKernelInternal | |
onCreation | ComponentInstanceDelegate | |
onDestruction | ComponentInstanceDelegate | |
return | Core |