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
Describe the bug
For example, we have class that has value object type property
publicclassDomainClass1:AuditPersistentDomainObjectBase{publicvirtualComponent?Component{get;set;}}// where Component is publicclassComponent:ValueObject{publicvirtualDomainClass2?DomainClass2{get;protectedset;}}
And fetch for this classes structure doesn't work, inspite on Nnhibernate Support.
Describe the bug
For example, we have class that has value object type property
And fetch for this classes structure doesn't work, inspite on Nnhibernate Support.
As result low performance and big amount of useless requests.
To Reproduce
For reproducing use same classes structure as described above
Expected behavior
Fetch must work, amount of requests to database must decrease
The text was updated successfully, but these errors were encountered: