Namespaces

Types in FluentNHibernate.MappingModel

Type JoinMapping

Namespace FluentNHibernate.MappingModel

Interfaces IMappingBase

Methods

Properties

Public instance methods

bool Equals(JoinMapping other)

Public properties

IEnumerable<AnyMapping> Anys get;

string Catalog get; set;

IEnumerable<IComponentMapping> Components get;

Type ContainingEntityType get; set;

string Fetch get; set;

bool Inverse get; set;

KeyMapping Key get; set;

bool Optional get; set;

IEnumerable<PropertyMapping> Properties get;

IEnumerable<ManyToOneMapping> References get;

string Schema get; set;

string Subselect get; set;

string TableName get; set;