Skip to content

NH-3606 - Open a stateless session from a session #910

Closed
@nhibernate-bot

Description

@nhibernate-bot

Ricardo Peres created an issue — 13th March 2014, 22:33:26:

Currently, the ISession interface allows creating child sessions through the GetSession method. Child sessions inherit the same transaction as their parent. It would be useful to be able to create child stateless sessions as well, namely to inherit the transaction.


Ricardo Peres added a comment — 1st September 2014, 12:59:58:

Pull request: #314


Alexander Zaytsev added a comment — 1st September 2014, 23:20:20:

Why is it an extension method?


Ricardo Peres added a comment — 2nd September 2014, 3:29:04:

Because I didn't want to change the ISession interface


Ricardo Peres added a comment — 15th October 2014, 6:19:37:

Made a few changes, they are in the pull request.
These changes also implement NH-3231 (AsStateless instead of AsNotTracked).


Alexander Zaytsev added a comment — 12th August 2016, 4:40:09:

Move unresolved improvements and new features with minor and trivial priorities to 4.2.0


Alexander Zaytsev added a comment — 14th September 2017, 1:47:16:

Move issues from 4.2 to 5.0


Alexander Zaytsev added a comment — 14th September 2017, 1:50:03:

Move new features to 5.1

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions