Namespaces

Types in FluentNHibernate.Conventions.Inspections

Type JoinInstance

Namespace FluentNHibernate.Conventions.Inspections

Parent JoinInspector

Interfaces IJoinInstance

Properties

Public properties

IEnumerable<IAnyInspector> Anys get;

string Catalog get;

Type EntityType get;

IFetchInstance Fetch get;

bool Inverse get;

IKeyInstance Key get;

IJoinInstance Not get;

bool Optional get;

IEnumerable<IPropertyInspector> Properties get;

IEnumerable<IManyToOneInspector> References get;

string Schema get;

string StringIdentifierForModel get;

string Subselect get;

string TableName get;