메소드 | 설명 | |
---|---|---|
Configure ( IDictionary props ) : void | ||
CreateTransaction ( ISessionImplementor session ) : ITransaction | ||
EnlistInDistributedTransactionIfNeeded ( ISessionImplementor session ) : void |
|
|
ExecuteWorkInIsolation ( ISessionImplementor session, IIsolatedWork work, bool transacted ) : void | ||
IsInDistributedActiveTransaction ( ISessionImplementor session ) : bool |
|
public CreateTransaction ( ISessionImplementor session ) : ITransaction | ||
session | ISessionImplementor | |
리턴 | ITransaction |
public EnlistInDistributedTransactionIfNeeded ( ISessionImplementor session ) : void | ||
session | ISessionImplementor | |
리턴 | void |
public ExecuteWorkInIsolation ( ISessionImplementor session, IIsolatedWork work, bool transacted ) : void | ||
session | ISessionImplementor | |
work | IIsolatedWork | |
transacted | bool | |
리턴 | void |
public IsInDistributedActiveTransaction ( ISessionImplementor session ) : bool | ||
session | ISessionImplementor | |
리턴 | bool |