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>Stuff and thingsSqmCteJoin<T>SqmEntityJoin<L,R> SqmFrom<L,R> Models a SqmPathSource's inclusion in theFROM
clause.Contract representing a from clause.Unified contract for things that can contain a SqmFromClause.SqmJoin<L,R> SqmRoot<E>SqmTreatedAttributeJoin<L,R, R1 extends R>