Namespaces

Types in FluentNHibernate.Conventions.Instances

Type IComponentBaseInstance

Namespace FluentNHibernate.Conventions.Instances

Interfaces IComponentBaseInspector

Methods

Properties

Public instance methods

void Insert()

Specifies that this relationship is insertable

void OptimisticLock()

Specifies whether this collection is optimistically locked
Return
void

Builder

void Unique()

Specifies that the element should be unique (or not, if the Not switch is used)

void Update()

Specifies that the foreign key is updatable.

Public properties

IAccessInstance Access get;

IEnumerable<IOneToOneInstance> OneToOnes get;

IEnumerable<IPropertyInstance> Properties get;