You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Define an interface, exposed by the session, that will allow the application to interact (create/commit/rollback) transactions.
Define an interface, exposed by an adapter, that will allow the session to interact with the underlying transaction implementation. (Some datastores don't provide transactions (think Mongo), so the adapter will have to provide a thin-transaction implementation, or none at all).