A value is anything that is persisted by value, instead of by reference. It is essentially a Hibernate IType, together with zero or more columns. Values are wrapped by things with higher level semantics, for example properties, collections, classes.

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

Syntax

Visual Basic (Declaration)
Public Interface IValue
C#
public interface IValue
Visual C++
public interface class IValue
JavaScript
NHibernate.Mapping.IValue = function();
NHibernate.Mapping.IValue.createInterface('NHibernate.Mapping.IValue');

See Also