Skip to content

Commit

Permalink
Allow deriving from DynamicMapEntityTuplizer
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericDelaporte committed Sep 1, 2024
1 parent 26f8d35 commit 698a399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NHibernate/Tuple/Entity/DynamicMapEntityTuplizer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
: base(entityMetamodel, mappingInfo)
{
// NH different behavior fo NH-1587
Expand Down

0 comments on commit 698a399

Please sign in to comment.