Namespaces

Types in FluentNHibernate.MappingModel.Collections

Type ManyToManyMapping

Namespace FluentNHibernate.MappingModel.Collections

Parent MappingBase

Interfaces ICollectionRelationshipMapping, IHasColumnMappings

Methods

Properties

Public instance methods

bool Equals(ManyToManyMapping other)

Public properties

IList<FilterMapping> ChildFilters get;

string ChildPropertyRef get; set;

Type ChildType get; set;

TypeReference Class get; set;

IDefaultableEnumerable<T> Columns get;

Type ContainingEntityType get; set;

string EntityName get; set;

string Fetch get; set;

string ForeignKey get; set;

string Formula get; set;

bool Lazy get; set;

string NotFound get; set;

string OrderBy get; set;

Type ParentType get; set;

bool Unique get; set;

string Where get; set;