[Missing namespace summary documentation for N:Castle.ActiveRecord.Framework.Scopes]
Syntax
| C# |
|---|
namespace Castle.ActiveRecord.Framework.Scopes |
Classes
| Class | Description | |
|---|---|---|
| AbstractScope |
Abstract Castle.ActiveRecord..::ISessionScope implementation
| |
| AbstractThreadScopeInfo |
Base IThreadScopeInfo implementation. It's up
to derived classes to provide a correct implementation
of CurrentStack only
| |
| DifferentDatabaseScope |
Still very experimental and it's not bullet proof
for all situations
| |
| HybridWebThreadScopeInfo |
This IThreadScopeInfo implementation will first try to get the current scope from the current
request, and if not found, will use a thread lcoal scope.
| |
| ScopeMachineryException |
This exception is raised when something went wrong with the scope management.
| |
| ThreadScopeAccessor |
Class to allow scopes to reach the implementation
of IThreadScopeInfo. Also implements
the IThreadScopeInfo delegating the calls to
the scope set.
| |
| ThreadScopeInfo |
This IThreadScopeInfo implementation will first get the current scope from the current
thread. Do NOT use on web scenario (web applications or web services).
| |
| WebThreadScopeInfo |
This IThreadScopeInfo implementation will first get the current scope from the current
request, thus implementing a Session Per Request pattern.
|