Base class for the RootClazz mapped by <class> and a Subclass that is mapped by <subclass> or <joined-subclass>.

Namespace: NHibernate.Mapping
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
[SerializableAttribute]
public abstract class PersistentClass : IFilterable, 
	IMetaAttributable, ISqlCustomizable
Visual Basic
<SerializableAttribute> _
Public MustInherit Class PersistentClass _
	Implements IFilterable, IMetaAttributable, ISqlCustomizable
Visual C++
[SerializableAttribute]
public ref class PersistentClass abstract : IFilterable, 
	IMetaAttributable, ISqlCustomizable

Inheritance Hierarchy

System..::..Object
  NHibernate.Mapping..::..PersistentClass
    NHibernate.Mapping..::..RootClass
    NHibernate.Mapping..::..Subclass

See Also