Class OneToManyTableGroup

java.lang.Object
org.hibernate.sql.ast.tree.from.AbstractColumnReferenceQualifier
org.hibernate.sql.ast.tree.from.OneToManyTableGroup
All Implemented Interfaces:
DomainResultProducer, SqmPathInterpretation, SqlSelectionProducer, Expression, ColumnReferenceQualifier, PluralTableGroup, TableGroup, SqlAstNode

public class OneToManyTableGroup extends AbstractColumnReferenceQualifier implements TableGroup, PluralTableGroup
A table group for one-to-many plural attributes. Delegates by default to the element table group, but also provides access to the index table group table references.