C# Class NHibernate.Hql.Ast.ANTLR.Tree.ComponentJoin.ComponentFromElementType

Inheritance: NHibernate.Hql.Ast.ANTLR.Tree.FromElementType
Exibir arquivo Open project: nhibernate/nhibernate-core

Public Methods

Method Description
ComponentFromElementType ( ComponentJoin fromElement ) : System
GetPropertyMapping ( string propertyName ) : IPropertyMapping
GetPropertyType ( string propertyName, string propertyPath ) : IType
RenderScalarIdentifierSelect ( int i ) : string

Protected Methods

Method Description
GetBasePropertyMapping ( ) : IPropertyMapping

Method Details

ComponentFromElementType() public method

public ComponentFromElementType ( ComponentJoin fromElement ) : System
fromElement ComponentJoin
return System

GetBasePropertyMapping() protected method

protected GetBasePropertyMapping ( ) : IPropertyMapping
return IPropertyMapping

GetPropertyMapping() public method

public GetPropertyMapping ( string propertyName ) : IPropertyMapping
propertyName string
return IPropertyMapping

GetPropertyType() public method

public GetPropertyType ( string propertyName, string propertyPath ) : IType
propertyName string
propertyPath string
return IType

RenderScalarIdentifierSelect() public method

public RenderScalarIdentifierSelect ( int i ) : string
i int
return string