Fixed
Details
Details
Assignee
Unassigned
UnassignedReporter
Alex Kravchenko
Alex KravchenkoComponents
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created February 11, 2013 at 4:53 AM
Updated March 20, 2018 at 7:20 PM
Resolved March 20, 2018 at 7:20 PM
After reading one-to-one related objects from database (within StatelessSession) detail-object is lost.
Of course this works fine in regular Session.
//OneToOneType.Hydrate method gets related object identifier from session, but StatelessSession.GetContextEntityIdentifier(owner) always returns null, so it's impossible to read such objects properly from database