Skip to content

Conversation

fredericDelaporte
Copy link
Member

fix #3602

@fredericDelaporte fredericDelaporte added this to the 5.6 milestone Sep 1, 2024
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
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.

Unable to implement custom tuplizer due to internal constructor
2 participants