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.Mapping
Access
AccessStrategyBuilder
AccessStrategyBuilder<T>
AnyPart<T>
Attributes
CascadeExpression<TParent>
CheckTypeExpression<TParent>
ClasslikeMapBase<T>
ClassMap<T>
CollectionCascadeExpression<TParent>
ColumnMappingCollection
ColumnMappingCollection<TParent>
ColumnPart
ComponentMap<T>
ComponentPart<T>
ComponentPartBase<TEntity, TBuilder>
CompositeIdentityPart<T>
DiscriminatorPart
DiscriminatorValue
DynamicComponentPart<T>
FetchTypeExpression<TParent>
FilterDefinition
GenericEnumMapper<TEnum>
HibernateMappingPart
IdentityGenerationStrategyBuilder<TParent>
IdentityPart
IFilterDefinition
ImportPart
IndexManyToManyPart
InvalidPrefixException
JoinedSubClassPart<TSubclass>
JoinPart<T>
KeyManyToOnePart
KeyPropertyPart
Laziness
ManyToManyPart<TChild>
NaturalIdPart<T>
NotFoundExpression<TParent>
OneToManyPart<TChild>
OneToOnePart<TOther>
OptimisticLockBuilder
OptimisticLockBuilder<TParent>
ParamBuilder
PassThroughMappingProvider
PolymorphismBuilder<T>
Prefix
ReferenceComponentPart<T>
SchemaActionBuilder<T>
StoredProcedurePart
SubclassMap<T>
SubClassPart<TSubclass>
ToManyBase<T, TChild, TRelationshipAttributes>
TuplizerPart
TypeMapping
VersionGeneratedBuilder<TParent>
VersionPart
Type
AccessStrategyBuilder
Namespace
FluentNHibernate.Mapping
Access strategy mapping builder.
Methods
BackingField
CamelCaseField
LowerCaseField
PascalCaseField
ReadOnlyPropertyThroughCamelCaseField
ReadOnlyPropertyThroughLowerCaseField
ReadOnlyPropertyThroughPascalCaseField
Public instance methods
void
BackingField
()
Sets the access-strategy to use the backing-field of an auto-property.
void
CamelCaseField
(
Prefix
prefix)
Sets the access-strategy to field and the naming-strategy to camelcase, with the specified prefix.
Parameters
Prefix
prefix
Naming-strategy prefix
void
LowerCaseField
(
Prefix
prefix)
Sets the access-strategy to field and the naming-strategy to lowercase, with the specified prefix.
Parameters
Prefix
prefix
Naming-strategy prefix
void
PascalCaseField
(
Prefix
prefix)
Sets the access-strategy to field and the naming-strategy to pascalcase, with the specified prefix.
Parameters
Prefix
prefix
Naming-strategy prefix
void
ReadOnlyPropertyThroughCamelCaseField
(
Prefix
prefix)
Sets the access-strategy to read-only property (nosetter) and the naming-strategy to camelcase, with the specified prefix.
Parameters
Prefix
prefix
Naming-strategy prefix
void
ReadOnlyPropertyThroughLowerCaseField
(
Prefix
prefix)
Sets the access-strategy to read-only property (nosetter) and the naming-strategy to lowercase.
Parameters
Prefix
prefix
Naming-strategy prefix
void
ReadOnlyPropertyThroughPascalCaseField
(
Prefix
prefix)
Sets the access-strategy to read-only property (nosetter) and the naming-strategy to pascalcase, with the specified prefix.
Parameters
Prefix
prefix
Naming-strategy prefix