Uses of Interface
org.hibernate.query.sqm.tree.from.SqmQualifiedJoin
Packages that use SqmQualifiedJoin
Package
Description
Implementation of the SPIs for HQL support.
Nodes representing path expressions in the SQM tree.
Nodes representing root entities and joins in the SQM tree.
-
Uses of SqmQualifiedJoin in org.hibernate.query.hql.internal
Constructors in org.hibernate.query.hql.internal with parameters of type SqmQualifiedJoinModifierConstructorDescriptionQualifiedJoinPredicatePathConsumer(SqmQualifiedJoin<?, ?> sqmJoin, SqmCreationState creationState) -
Uses of SqmQualifiedJoin in org.hibernate.query.sqm.tree.domain
Classes in org.hibernate.query.sqm.tree.domain that implement SqmQualifiedJoinModifier and TypeClassDescriptionclassModels a join based on a mapped attribute reference.classAbstractSqmPluralJoin<O,C, E> classclassSqmBagJoin<O,E> classSqmCorrelatedBagJoin<O,T> classclassclassSqmCorrelatedMapJoin<O,K, V> classclassSqmCorrelatedSetJoin<O,T> classclassSqmListJoin<O,E> classSqmMapJoin<O,K, V> classSqmPluralPartJoin<O,T> classSqmSetJoin<O,E> classSqmSingularJoin<O,T> classSqmTreatedBagJoin<O,T, S extends T> classSqmTreatedEntityJoin<T,S extends T> classSqmTreatedListJoin<O,T, S extends T> classSqmTreatedMapJoin<O,K, V, S extends V> classSqmTreatedPluralPartJoin<O,T, S extends T> classSqmTreatedSetJoin<O,T, S extends T> classSqmTreatedSingularJoin<O,T, S extends T> -
Uses of SqmQualifiedJoin in org.hibernate.query.sqm.tree.from
Subinterfaces of SqmQualifiedJoin in org.hibernate.query.sqm.tree.fromModifier and TypeInterfaceDescriptioninterfaceSqmAttributeJoin<O,T> Models a join based on a mapped attribute reference.Classes in org.hibernate.query.sqm.tree.from that implement SqmQualifiedJoin