n2n Page Rocket 1 API

n2n\persistence\orm\query\from

­Extendable­Tree­Point

abstract ExtendableTreePoint extends MetaTreePointAdapter

All Implemented Interfaces:

SubTypes

Constant summary

Property summary

Modifier and Type Property
protected queryState
protected entityPropertyCollection
protected propertyJoinTreePoints
protected propertyComparationStrategies
protected propertySelections

Methods summary

Modifier and Type Method
public __construct ( QueryState queryState , EntityPropertyCollection entityPropertyCollection , TreePointMeta treePoint )
public JoinedTreePoint createPropertyJoinedTreePoint ( string propertyName , unknown joinType )
public createCustomPropertyJoinTreePoint ( EntityProperty entityProperty , string joinType )
public JoinedTreePoint requestPropertyJoinedTreePoint ( string propertyName , bool innerJoinRequired )
public requestCustomPropertyJoinTreePoint ( EntityProperty entityProperty , bool innerJoinRequired )
public ComparisonStrategy requestPropertyComparisonStrategy ( TreePath treePath )
public Selection requestPropertySelection ( TreePath treePath )
public requestCustomPropertySelection ( EntityProperty entityProperty )
public QueryItem requestPropertyRepresentableQueryItem ( TreePath treePath )
public apply ( SelectStatementBuilder selectBuilder )

Constants in detail

Properties in detail

Methods in detail