Enables other Component-like types to hold collections and have cascades, etc.
Namespace:
NHibernate.TypeAssembly: 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'); |