NHibernate 3 Alpha 2, added new needed method to ProxyFactoryFactory

This commit is contained in:
lahma
2010-08-15 19:44:17 +00:00
parent b2dc1821b9
commit eb1661d6b0
5 changed files with 8 additions and 0 deletions

Binary file not shown.

View File

@@ -21,6 +21,7 @@
#region Imports
using System;
using NHibernate.Bytecode;
using NHibernate.Proxy;
@@ -43,6 +44,13 @@ namespace Spring.Data.NHibernate.Bytecode
return new ProxyFactory();
}
/// <summary>
/// </summary>
public bool IsInstrumented(Type entityClass)
{
return false;
}
///<summary>
///</summary>
public IProxyValidator ProxyValidator