A simple-point association (ie. a reference to another entity).

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

Syntax

Visual Basic (Declaration)
Public MustInherit Class ToOne _
	Inherits SimpleValue _
	Implements IFetchable
C#
public abstract class ToOne : SimpleValue, 
	IFetchable
Visual C++
public ref class ToOne abstract : public SimpleValue, 
	IFetchable
JavaScript
NHibernate.Mapping.ToOne = function();

Type.createClass(
	'NHibernate.Mapping.ToOne',
	NHibernate.Mapping.SimpleValue,
	NHibernate.Mapping.IFetchable);

Inheritance Hierarchy

See Also