메소드 | 설명 | |
---|---|---|
Dispose ( bool discardChanges ) : void |
Disposes the specified discard changes.
|
|
FailSession ( ISession session ) : void |
This is called when an action on a session fails
|
|
SessionScope ( ) : System.Collections.Generic |
Initializes a new instance of the SessionScope class.
|
|
SessionScope ( FlushAction flushAction ) : System.Collections.Generic |
Initializes a new instance of the SessionScope class.
|
메소드 | 설명 | |
---|---|---|
PerformDisposal ( ICollection |
Performs the disposal.
|
|
SessionScope ( FlushAction flushAction, SessionScopeType type ) : System.Collections.Generic |
Initializes a new instance of the SessionScope class.
|
public Dispose ( bool discardChanges ) : void | ||
discardChanges | bool | if set to |
리턴 | void |
public FailSession ( ISession session ) : void | ||
session | ISession | The session |
리턴 | void |
protected PerformDisposal ( ICollection |
||
sessions | ICollection |
The sessions. |
리턴 | void |
public SessionScope ( ) : System.Collections.Generic | ||
리턴 | System.Collections.Generic |
public SessionScope ( FlushAction flushAction ) : System.Collections.Generic | ||
flushAction | FlushAction | The flush action. |
리턴 | System.Collections.Generic |
protected SessionScope ( FlushAction flushAction, SessionScopeType type ) : System.Collections.Generic | ||
flushAction | FlushAction | The flush action. |
type | SessionScopeType | The type. |
리턴 | System.Collections.Generic |