Package org.hibernate.query.sqm.tree.from
package org.hibernate.query.sqm.tree.from
Nodes representing root entities and joins in the SQM tree.
-
ClassDescriptionSqmAttributeJoin<O,
T> Models a join based on a mapped attribute reference.SqmCrossJoin<T>SqmCteJoin<T>SqmFrom<O,T> Models a Bindable's inclusion in theFROMclause.Contract representing a from clause.Unified contract for things that can contain a SqmFromClause.SqmJoin<O,T> SqmQualifiedJoin<O,T> Common contract for qualified/restricted/predicated joins.SqmRoot<E>