Namespaces

Types in FluentNHibernate.Conventions.Instances

Type INotFoundInstance

Namespace FluentNHibernate.Conventions.Instances

Methods

Public instance methods

void Exception()

Used to set the Not-Found attribute to exception (Nhibernate default). This tells NHibernate to throw an exception when the join fails

void Ignore()

Used to set the Not-Found attribute to ignore. This tells NHibernate to return a null object rather then throw an exception when the join fails