Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
NHibernate
Impl
SessionFactoryImpl.DefaultEntityNotFoundDelegate
C# Class NHibernate.Impl.SessionFactoryImpl.DefaultEntityNotFoundDelegate
Inheritance:
IEntityNotFoundDelegate
Datei anzeigen
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