Menu
  • HOME
  • TAGS

NHibernate iStatelessSession returns duplicate parent instances on eager fetch

nhibernate,fluent-nhibernate,fetch,eager,istatelesssession

I would say: Do not use StatelessSession. It does not suite to this use case. 13.2. The StatelessSession interface Alternatively, NHibernate provides a command-oriented API that may be used for streaming data to and from the database in the form of detached objects. A IStatelessSession has no persistence context associated...