Метод | Описание | |
---|---|---|
StatelessSessionScope ( ) : System.Collections.Generic |
Initializes a new instance of the StatelessSessionScope class.
|
Метод | Описание | |
---|---|---|
CreateSession ( ISessionFactory sessionFactory, IInterceptor interceptor ) : ISession |
This method is invoked to allow the scope to create a properly configured session
|
|
SetFlushMode ( ISession session ) : void |
protected CreateSession ( ISessionFactory sessionFactory, IInterceptor interceptor ) : ISession | ||
sessionFactory | ISessionFactory | From where to open the session |
interceptor | IInterceptor | the NHibernate interceptor |
Результат | ISession |
protected SetFlushMode ( ISession session ) : void | ||
session | ISession | |
Результат | void |
public StatelessSessionScope ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |