Give the interceptor an opportunity to override the default instantiation
Namespace:
NHibernate.ImplAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function Instantiate ( _ persister As IEntityPersister, _ id As Object _ ) As Object |
C# |
---|
public Object Instantiate( IEntityPersister persister, Object id ) |
Visual C++ |
---|
public: Object^ Instantiate( IEntityPersister^ persister, Object^ id ) |
JavaScript |
---|
function instantiate(persister, id); |