Namespaces

Types in FluentNHibernate.MappingModel.ClassBased

Type ComponentMapping

Namespace FluentNHibernate.MappingModel.ClassBased

Parent ComponentMappingBase

Interfaces IComponentMapping

Methods

Properties

Public instance methods

bool Equals(ComponentMapping other)

Public properties

string Access get; set;

IEnumerable<AnyMapping> Anys get;

TypeReference Class get; set;

IEnumerable<ICollectionMapping> Collections get;

string ColumnPrefix get; set;

IEnumerable<IComponentMapping> Components get;

ComponentType ComponentType get; set;

Type ContainingEntityType get; set;

IEnumerable<FilterMapping> Filters get;

bool HasColumnPrefix get;

bool Insert get; set;

IEnumerable<JoinMapping> Joins get;

bool Lazy get; set;

Member Member get; set;

string Name get; set;

IEnumerable<OneToOneMapping> OneToOnes get;

bool OptimisticLock get; set;

ParentMapping Parent get; set;

IEnumerable<PropertyMapping> Properties get;

IEnumerable<ManyToOneMapping> References get;

IEnumerable<StoredProcedureMapping> StoredProcedures get;

IEnumerable<SubclassMapping> Subclasses get;

Type Type get; set;

bool Unique get; set;

bool Update get; set;