Свойство | Тип | Описание | |
---|---|---|---|
log | ILog |
Метод | Описание | |
---|---|---|
Close ( ISessionFactory sessionFactory, ICollection |
Close the current view's session and unregisters from TransactionSynchronizationManager.
|
|
Dispose ( ) : void |
NOOP.
|
|
Open ( IConversationState activeConversation, ICollection |
Open a new session or reconect the IConversationState.RootSessionPerConversation in activeConversation. Participating in an existing session registed with TransactionSynchronizationManager is not alowed.
|
|
SessionPerConversationScope ( ) : System |
Initializes a new instance of the SessionPerConversationScopeSettings class. Uses default values for SessionPerConversationScopeSettings
|
|
SessionPerConversationScope ( IInterceptor entityInterceptor, FlushMode defaultFlushMode ) : System |
Initializes a new instance of the SessionPerConversationScopeSettings class.
|
|
SessionPerConversationScope ( |
Initializes a new instance of the SessionScope class.
|
Метод | Описание | |
---|---|---|
DoClose ( ISessionFactory sessionFactory, ICollection |
||
DoOpenSession ( IConversationState conversation ) : void | ||
SetOpen ( bool isOpen ) : void |
Sets a flag, whether this scope is in "open" state on the current logical thread.
|
public Close ( ISessionFactory sessionFactory, ICollection |
||
sessionFactory | ISessionFactory | The session factory that |
allManagedConversation | ICollection |
A list of conversations which the session can be closed or disconnected |
Результат | void |
public Open ( IConversationState activeConversation, ICollection |
||
activeConversation | IConversationState | |
allManagedConversation | ICollection |
|
Результат | void |
public SessionPerConversationScope ( ) : System | ||
Результат | System |
public SessionPerConversationScope ( IInterceptor entityInterceptor, FlushMode defaultFlushMode ) : System | ||
entityInterceptor | IInterceptor | Specify the |
defaultFlushMode | FlushMode | Specify the flushmode to be applied on each session provided by this |
Результат | System |
public SessionPerConversationScope ( |
||
settings | An |
|
Результат | System |