Namespaces

Types in FluentNHibernate.Conventions.Helpers

Type DefaultAccess

Namespace FluentNHibernate.Conventions.Helpers

Methods

Public static methods

IHibernateMappingConvention BackField()

IHibernateMappingConvention CamelCaseField(CamelCasePrefix prefix)

IHibernateMappingConvention CamelCaseField()

Sets the access-strategy to field and the naming-strategy to camelcase (field.camelcase).

IHibernateMappingConvention Field()

Sets the access-strategy to field.

IHibernateMappingConvention LowerCaseField(LowerCasePrefix prefix)

IHibernateMappingConvention LowerCaseField()

Sets the access-strategy to field and the naming-strategy to lowercase.

IHibernateMappingConvention None()

Cascade no actions

IHibernateMappingConvention NoOp()

IHibernateMappingConvention PascalCaseField(PascalCasePrefix prefix)

IHibernateMappingConvention Property()

Sets the access-strategy to property.

IHibernateMappingConvention ReadOnlyProperty()

IHibernateMappingConvention ReadOnlyPropertyThroughCamelCaseField(CamelCasePrefix prefix)

IHibernateMappingConvention ReadOnlyPropertyThroughCamelCaseField()

Sets the access-strategy to read-only property (nosetter) and the naming-strategy to camelcase.

IHibernateMappingConvention ReadOnlyPropertyThroughLowerCaseField(LowerCasePrefix prefix)

IHibernateMappingConvention ReadOnlyPropertyThroughLowerCaseField()

Sets the access-strategy to read-only property (nosetter) and the naming-strategy to lowercase.

IHibernateMappingConvention ReadOnlyPropertyThroughPascalCaseField(PascalCasePrefix prefix)

IHibernateMappingConvention Using(Type access)

Sets the access-strategy to use the type referenced.

IHibernateMappingConvention Using(string value)

Sets the access-strategy to use the type referenced.

IHibernateMappingConvention Using<T>()

Sets the access-strategy to use the type referenced.