Namespaces
FluentNHibernate
FluentNHibernate.Automapping
FluentNHibernate.Automapping.Alterations
FluentNHibernate.Automapping.Steps
FluentNHibernate.Cfg
FluentNHibernate.Cfg.Db
FluentNHibernate.Conventions
FluentNHibernate.Conventions.AcceptanceCriteria
FluentNHibernate.Conventions.Helpers
FluentNHibernate.Conventions.Helpers.Builders
FluentNHibernate.Conventions.Helpers.Prebuilt
FluentNHibernate.Conventions.Inspections
FluentNHibernate.Conventions.Instances
FluentNHibernate.Data
FluentNHibernate.Diagnostics
FluentNHibernate.Infrastructure
FluentNHibernate.Mapping
FluentNHibernate.Mapping.Builders
FluentNHibernate.Mapping.Providers
FluentNHibernate.MappingModel
FluentNHibernate.MappingModel.ClassBased
FluentNHibernate.MappingModel.Collections
FluentNHibernate.MappingModel.Conventions
FluentNHibernate.MappingModel.Identity
FluentNHibernate.MappingModel.Output
FluentNHibernate.MappingModel.Output.Sorting
FluentNHibernate.Testing
FluentNHibernate.Testing.Values
FluentNHibernate.Utils
FluentNHibernate.Utils.Reflection
FluentNHibernate.Visitors
Types in FluentNHibernate.Conventions.Helpers
AutoImport
Cache
ConventionBuilder
DefaultAccess
DefaultCascade
DefaultLazy
DynamicInsert
DynamicUpdate
ForeignKey
IConventionBuilder<TConvention, TInspector, TInstance>
LazyLoad
OptimisticLock
PrimaryKey
PrimaryKeyNameBuilder
Proxy<TProxyType>
Table
Type
DefaultAccess
Namespace
FluentNHibernate.Conventions.Helpers
Methods
BackField
CamelCaseField
CamelCaseField
Field
LowerCaseField
LowerCaseField
None
NoOp
PascalCaseField
Property
ReadOnlyProperty
ReadOnlyPropertyThroughCamelCaseField
ReadOnlyPropertyThroughCamelCaseField
ReadOnlyPropertyThroughLowerCaseField
ReadOnlyPropertyThroughLowerCaseField
ReadOnlyPropertyThroughPascalCaseField
Using
Using
Using<T>
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.