C# Class NHibernate.Impl.SessionFactoryImpl.DefaultEntityNotFoundDelegate

Inheritance: IEntityNotFoundDelegate
Mostra file Open project: nhibernate/nhibernate-core

Public Methods

Method Description
HandleEntityNotFound ( string entityName, object id ) : void

Method Details

HandleEntityNotFound() public method

public HandleEntityNotFound ( string entityName, object id ) : void
entityName string
id object
return void