Skip to content

Commit 643ede4

Browse files
committed
fixup! Pre-calculate IsClassProxy by PocoEntityTuplizer
1 parent 0c5a295 commit 643ede4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate/Proxy/AbstractProxyFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public abstract class AbstractProxyFactory: IProxyFactory
1919
protected virtual MethodInfo SetIdentifierMethod { get; private set; }
2020
protected virtual IAbstractComponentType ComponentIdType { get; private set; }
2121
protected virtual bool OverridesEquals { get; set; }
22-
protected internal bool IsClassProxy { get; set; }
22+
protected internal bool IsClassProxy { get; internal set; }
2323

2424
public virtual void PostInstantiate(string entityName, System.Type persistentClass, ISet<System.Type> interfaces,
2525
MethodInfo getIdentifierMethod, MethodInfo setIdentifierMethod,

0 commit comments

Comments
 (0)