Skip to content
New issue

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

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

Already on GitHub? # to your account

Allow deriving from DynamicMapEntityTuplizer #3603

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

fredericDelaporte
Copy link
Member

fix #3602

@fredericDelaporte fredericDelaporte added this to the 5.6 milestone Sep 1, 2024
@@ -13,7 +13,7 @@ public class DynamicMapEntityTuplizer : AbstractEntityTuplizer
{
private static readonly INHibernateLogger log = NHibernateLogger.For(typeof(PocoEntityTuplizer));

internal DynamicMapEntityTuplizer(EntityMetamodel entityMetamodel, PersistentClass mappingInfo)
public DynamicMapEntityTuplizer(EntityMetamodel entityMetamodel, PersistentClass mappingInfo)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All other tuplizers, including the dynamic component one, have a public constructor. Let's fix this inconsistency.

@fredericDelaporte fredericDelaporte enabled auto-merge (squash) September 1, 2024 17:46
@fredericDelaporte fredericDelaporte merged commit 095e557 into nhibernate:master Sep 5, 2024
26 checks passed
@hazzik hazzik added the r: Fixed label Sep 5, 2024
@fredericDelaporte fredericDelaporte deleted the GH3602 branch September 7, 2024 15:19
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to Implement Custom Tuplizer Due to Internal Constructor in DynamicMapEntityTuplizer
2 participants