ClassMetaType is a NH specific type to support "any" with meta-type="class"

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

Syntax

C#
[SerializableAttribute]
public class ClassMetaType : AbstractType
Visual Basic
<SerializableAttribute> _
Public Class ClassMetaType _
	Inherits AbstractType
Visual C++
[SerializableAttribute]
public ref class ClassMetaType : public AbstractType

Remarks

It work like a MetaType where the key is the entity-name it self

Inheritance Hierarchy

System..::..Object
  NHibernate.Type..::..AbstractType
    NHibernate.Type..::..ClassMetaType

See Also