Namespaces

Types in FluentNHibernate.Conventions.Instances

Type IManyToOneInstance

Namespace FluentNHibernate.Conventions.Instances

Interfaces IManyToOneInspector

Methods

Properties

Public instance methods

void Formula(string formula)

Specify the element column formula
Parameters
string formula

Formula

void LazyLoad(Laziness laziness)

Specify the lazy behaviour of this relationship. Cannot be used with the Not modifier.
Parameters
Laziness laziness

Laziness strategy

void OverrideInferredClass(Type type)

Public properties

IAccessInstance Access get;

ICascadeInstance Cascade get;

IFetchInstance Fetch get;

IManyToOneInstance Not get;

INotFoundInstance NotFound get;