n2n Page Rocket 1 API

n2n\persistence\orm\query\from

­Sub­Criteria­Tree­Point

abstract SubCriteriaTreePoint implements TreePoint

All Implemented Interfaces:

SubTypes

Property summary

Modifier and Type Property
protected queryModel
protected queryState
protected tableAlias

Methods summary

Modifier and Type Method
public __construct ( QueryModel queryModel , QueryState queryState )
public getQueryState ( )
public JoinedTreePoint createPropertyJoinedTreePoint ( string propertyName , unknown joinType )
public JoinedTreePoint requestPropertyJoinedTreePoint ( string propertyName , bool innerJoinRequired )
public ComparisonStrategy requestComparisonStrategy ( )
public ComparisonStrategy requestPropertyComparisonStrategy ( TreePath treePath )
public Selection requestSelection ( )
public Selection requestPropertySelection ( TreePath treePath )
public QueryItem requestRepresentableQueryItem ( )
public QueryItem requestPropertyRepresentableQueryItem ( TreePath treePath )
protected buildQueryResult ( )

Properties in detail

Methods in detail