Property | Type | Description | |
---|---|---|---|
RegisteredAssemblies | ISet |
||
Type2Model | Model>.ConcurrentDictionary | ||
Type2SessFactory | SfHolder>.IDictionary |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
GetAllConfigurations ( ) : NHibernate.Cfg.Configuration[] |
Pendent
|
|
GetClassMetadata ( |
||
GetConfiguration ( |
Requests the Configuration associated to the type.
|
|
GetModel ( |
||
GetNonProxyType ( |
||
GetRegisteredTypes ( ) : System.Type[] |
Requests the registered types
|
|
GetSessionFactories ( ) : ISessionFactory[] |
Gets the all the session factories.
|
|
GetSessionFactory ( |
Returns ISessionFactory of a registered type
|
|
IsInitialized ( |
||
RegisterConfiguration ( NHibernate.Cfg.Configuration cfg, string name ) : void |
This method allows direct registration of Configuration
|
|
SessionFactoryHolder ( IActiveRecordConfiguration source ) : System |
Method | Description | |
---|---|---|
RegisterConfiguration ( |
Method | Description | |
---|---|---|
CreateThreadScopeInfoImplementation ( IActiveRecordConfiguration source ) : IThreadScopeInfo |
public GetAllConfigurations ( ) : NHibernate.Cfg.Configuration[] | ||
return | NHibernate.Cfg.Configuration[] |
public GetClassMetadata ( |
||
type | ||
return | IClassMetadata |
public GetConfiguration ( |
||
type | ||
return | NHibernate.Cfg.Configuration |
public GetNonProxyType ( |
||
type | ||
return |
public GetRegisteredTypes ( ) : System.Type[] | ||
return | System.Type[] |
public GetSessionFactories ( ) : ISessionFactory[] | ||
return | ISessionFactory[] |
public GetSessionFactory ( |
||
type | ||
return | ISessionFactory |
public IsInitialized ( |
||
type | ||
return | bool |
public RegisterConfiguration ( NHibernate.Cfg.Configuration cfg, string name ) : void | ||
cfg | NHibernate.Cfg.Configuration | |
name | string | |
return | void |
protected RegisterConfiguration ( |
||
config | ||
return | void |
public SessionFactoryHolder ( IActiveRecordConfiguration source ) : System | ||
source | IActiveRecordConfiguration | |
return | System |
protected ConcurrentDictionary |
||
return | Model>.ConcurrentDictionary |