Class CorrelatedTableGroup

All Implemented Interfaces:
DomainResultProducer, SqmPathInterpretation, SqlSelectionProducer, Expression, ColumnReferenceQualifier, TableGroup, SqlAstNode
Direct Known Subclasses:
CorrelatedPluralTableGroup

public class CorrelatedTableGroup extends AbstractTableGroup
A virtual TableReference for correlated roots. Table group joins are pushed into the from clause as roots and join predicates to the where clause.