Namespaces

Types in FluentNHibernate.Automapping

Type AutoMappingExpressions

Namespace FluentNHibernate.Automapping

Fields

Public fields

Func<Member, bool> FindMembers

Determines whether a member is to be automapped.
return Func<Member, bool>

Func<Member, bool> FindIdentity

Determines whether a member is the identity of an entity.
return Func<Member, bool>

Func<Type, Type, Type> GetParentSideForManyToMany

return Func<Type, Type, Type>

Func<Type, bool> IsBaseType

return Func<Type, bool>

Func<Type, bool> IsConcreteBaseType

return Func<Type, bool>

Func<Type, bool> IsComponentType

return Func<Type, bool>

Func<Member, string> GetComponentColumnPrefix

return Func<Member, string>

Func<Type, bool> IsDiscriminated

return Func<Type, bool>

Func<Type, string> DiscriminatorColumn

return Func<Type, string>

Func<Type, SubclassStrategy> SubclassStrategy

return Func<Type, SubclassStrategy>

Func<Type, bool> AbstractClassIsLayerSupertype

Determines whether an abstract class is a layer supertype or part of a mapped inheritance hierarchy.
return Func<Type, bool>

Func<Member, string> SimpleTypeCollectionValueColumn

Specifies the value column used in a table of simple types.
return Func<Member, string>