[Missing <summary> documentation for "T:NHibernate.Mapping.ByCode.Impl.CustomizersImpl.JoinCustomizer`1"]

Namespace: NHibernate.Mapping.ByCode.Impl.CustomizersImpl
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public class JoinCustomizer<TEntity> : PropertyContainerCustomizer<TEntity>, 
	IJoinMapper<TEntity>, IJoinAttributesMapper<TEntity>, IEntitySqlsMapper, ICollectionPropertiesContainerMapper<TEntity>, 
	IBasePlainPropertyContainerMapper<TContainer>, IMinimalPlainPropertyContainerMapper<TContainer>
where TEntity : class
Visual Basic
Public Class JoinCustomizer(Of TEntity As Class) _
	Inherits PropertyContainerCustomizer(Of TEntity) _
	Implements IJoinMapper(Of TEntity), IJoinAttributesMapper(Of TEntity),  _
	IEntitySqlsMapper, ICollectionPropertiesContainerMapper(Of TEntity), IBasePlainPropertyContainerMapper(Of TContainer),  _
	IMinimalPlainPropertyContainerMapper(Of TContainer)
Visual C++
generic<typename TEntity>
where TEntity : ref class
public ref class JoinCustomizer : public PropertyContainerCustomizer<TEntity>, 
	IJoinMapper<TEntity>, IJoinAttributesMapper<TEntity>, IEntitySqlsMapper, ICollectionPropertiesContainerMapper<TEntity>, 
	IBasePlainPropertyContainerMapper<TContainer>, IMinimalPlainPropertyContainerMapper<TContainer>

Type Parameters

TEntity

[Missing <typeparam name="TEntity"/> documentation for "T:NHibernate.Mapping.ByCode.Impl.CustomizersImpl.JoinCustomizer`1"]

Inheritance Hierarchy

System..::..Object
  NHibernate.Mapping.ByCode.Impl.CustomizersImpl..::..PropertyContainerCustomizer<(Of <(<'TEntity>)>)>
    NHibernate.Mapping.ByCode.Impl.CustomizersImpl..::..JoinCustomizer<(Of <(<'TEntity>)>)>

See Also