SPRNET-1417: NHibernate 3.1 NH-2455 breaks Spring 1.3.1 NH support
This commit is contained in:
@@ -51,6 +51,13 @@ namespace Spring.Data.NHibernate.Bytecode
|
||||
return false;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// </summary>
|
||||
public bool IsProxy(object entity)
|
||||
{
|
||||
return (entity is INHibernateProxy);
|
||||
}
|
||||
|
||||
///<summary>
|
||||
///</summary>
|
||||
public IProxyValidator ProxyValidator
|
||||
|
||||
Reference in New Issue
Block a user