Property | Type | Description | |
---|---|---|---|
KeyGenerator |
Property | Type | Description | |
---|---|---|---|
ClearStackInfo | void | ||
CommitTransaction | void | ||
GetRegisteredSession | IDocumentSession | ||
RegisterTransaction | void | ||
RegisterUnitOfWork | void | ||
RollbackTransaction | void | ||
UnregisterTransaction | void | ||
UnregisterUnitOfWork | void |
Method | Description | |
---|---|---|
WaitForStaleIndexes ( ) : void |
Waits for stale indexes. !NOTE! Use only if really necessary as can have great impact on performance !NOTE!
|
Method | Description | |
---|---|---|
ClearStackInfo ( StackInfo stack ) : void |
Clears the stack info.
|
|
CommitTransaction ( |
Commits the transaction.
|
|
GetRegisteredSession ( ) : IDocumentSession |
Gets the registered session.
|
|
RegisterTransaction ( |
Registers the transaction.
|
|
RegisterUnitOfWork ( |
Registers the unit of work.
|
|
RollbackTransaction ( |
Rollbacks the transaction.
|
|
UnregisterTransaction ( |
||
UnregisterUnitOfWork ( |
Unregisters the unit of work.
|