A reference to an entity class

Namespace:  NHibernate.Type
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public MustInherit Class EntityType _
	Inherits AbstractType _
	Implements IAssociationType, IType, ICacheAssembler
C#
[SerializableAttribute]
public abstract class EntityType : AbstractType, 
	IAssociationType, IType, ICacheAssembler
Visual C++
[SerializableAttribute]
public ref class EntityType abstract : public AbstractType, 
	IAssociationType, IType, ICacheAssembler
JavaScript
NHibernate.Type.EntityType = function();

Type.createClass(
	'NHibernate.Type.EntityType',
	NHibernate.Type.AbstractType,
	NHibernate.Type.IAssociationType,
	NHibernate.Type.IType,
	NHibernate.Type.ICacheAssembler);

Inheritance Hierarchy

See Also