NHibernate 3 Alpha 2, added new needed method to ProxyFactoryFactory
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
lib/NHibernate30/net/3.5/Remotion.Data.Linq.dll
Normal file
BIN
lib/NHibernate30/net/3.5/Remotion.Data.Linq.dll
Normal file
Binary file not shown.
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user