Method | Description | |
---|---|---|
Add ( |
Adds an event listener configuration
|
|
Contribute ( NHibernate.Cfg.Configuration configuration ) : void |
Configures the configuration with the registered listeners according the config
|
|
Get ( |
Returns the listener config for a specified listener type.
|
|
Remove ( |
Gets and removes the configuration for the type.
|
Method | Description | |
---|---|---|
CollectListeners ( |
||
GetEventTypes ( |
||
GetExistingListeners ( NHibernate.Cfg.Configuration configuration, |
||
GetInstance ( |
||
SetListeners ( NHibernate.Cfg.Configuration configuration, |
public Add ( |
||
config | the configuration to add | |
return |
public Contribute ( NHibernate.Cfg.Configuration configuration ) : void | ||
configuration | NHibernate.Cfg.Configuration | the configuration object to add the listeners to |
return | void |
public Get ( |
||
listenerType | the type to look for | |
return |
public Remove ( |
||
listenerType | the type to look for | |
return |