Get the persister for a class
Namespace:
NHibernate.EngineAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Function GetEntityPersister ( _ clazz As Type _ ) As IEntityPersister |
C# |
---|
IEntityPersister GetEntityPersister( Type clazz ) |
Visual C++ |
---|
IEntityPersister^ GetEntityPersister( Type^ clazz ) |
JavaScript |
---|
function getEntityPersister(clazz); |
Parameters
- clazz
- Type: System..::.Type