Метод | Описание | |
---|---|---|
GetSessionFactory ( String alias ) : ISessionFactory |
Returns a session factory instance associated with the specified alias.
|
|
RegisterAliasComponentIdMapping ( String alias, String componentKey ) : void |
Associated the alias with the component key
|
|
SessionFactoryResolver ( IKernel kernel ) : System |
Constructs a SessionFactoryResolver
|
public GetSessionFactory ( String alias ) : ISessionFactory | ||
alias | String | /// The alias associated with the session /// factory on the configuration node /// |
Результат | ISessionFactory |
public RegisterAliasComponentIdMapping ( String alias, String componentKey ) : void | ||
alias | String | /// The alias associated with the session /// factory on the configuration node /// |
componentKey | String | /// The component key associated with /// the session factory on the kernel /// |
Результат | void |
public SessionFactoryResolver ( IKernel kernel ) : System | ||
kernel | IKernel | /// Kernel instance supplied by the container itself /// |
Результат | System |