Namespaces

Types in FluentNHibernate.Conventions

Type AccessConvention

Namespace FluentNHibernate.Conventions

Interfaces IIdConvention, ICompositeIdentityConvention, IKeyPropertyConvention, IKeyManyToOneConvention, IVersionConvention, IPropertyConvention, IComponentConvention, IDynamicComponentConvention, IReferenceConvention, IHasOneConvention, ICollectionConvention, IAnyConvention

Methods

Public instance methods

void Apply(IDynamicComponentInstance instance)

void Apply(IComponentInstance instance)

void Apply(IOneToOneInstance instance)

Apply changes to the target

void Apply(IAnyInstance instance)

void Apply(IManyToOneInstance instance)

Apply changes to the target

void Apply(IPropertyInstance instance)

Apply changes to a property with an attribute matching T.
Parameters
IPropertyInstance instance

Property with attribute

void Apply(ICompositeIdentityInstance instance)

void Apply(IIdentityInstance instance)

void Apply(IKeyPropertyInstance instance)

void Apply(IVersionInstance instance)

void Apply(IKeyManyToOneInstance instance)