Skip to content

Simplify single alias retrieval for SimpleProjections #2460

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 10, 2020

Conversation

bahusoid
Copy link
Member

There is no need to parse projection just to retrieve single alias for projections based on SimpleProjection.
See #2455 (comment)

@@ -26,11 +26,18 @@ public virtual IType[] GetTypes(string alias, ICriteria criteria, ICriteriaQuery
return null;
}

// Since v5.3
[Obsolete("This method has no more usage in NHibernate and will be removed in a future version.")]

This comment was marked as outdated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants