Enables other Component-like types to hold collections and have cascades, etc.

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

Syntax

Visual Basic (Declaration)
Public Interface IAbstractComponentType _
	Implements IType, ICacheAssembler
C#
public interface IAbstractComponentType : IType, 
	ICacheAssembler
Visual C++
public interface class IAbstractComponentType : IType, 
	ICacheAssembler
JavaScript
NHibernate.Type.IAbstractComponentType = function();
NHibernate.Type.IAbstractComponentType.createInterface('NHibernate.Type.IAbstractComponentType');

See Also