Uses of Interface
org.hibernate.query.sqm.tree.from.SqmQualifiedJoin
-
Packages that use SqmQualifiedJoin Package Description org.hibernate.query.hql.internal Implementation of the SPIs for HQL support.org.hibernate.query.sqm.tree.domain Nodes representing path expressions in the SQM tree.org.hibernate.query.sqm.tree.from 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 SqmQualifiedJoin Constructor Description QualifiedJoinPredicatePathConsumer(SqmQualifiedJoin<?,?> sqmJoin, SqmCreationState creationState) -
Uses of SqmQualifiedJoin in org.hibernate.query.sqm.tree.domain
Classes in org.hibernate.query.sqm.tree.domain that implement SqmQualifiedJoin Modifier and Type Class Description classAbstractSqmAttributeJoin<O,T>Models a join based on a mapped attribute reference.classAbstractSqmPluralJoin<O,C,E>classAbstractSqmQualifiedJoin<O,T>classSqmBagJoin<O,E>classSqmCorrelatedBagJoin<O,T>classSqmCorrelatedCteJoin<T>classSqmCorrelatedDerivedJoin<T>classSqmCorrelatedEntityJoin<T>classSqmCorrelatedListJoin<O,T>classSqmCorrelatedMapJoin<O,K,V>classSqmCorrelatedPluralPartJoin<O,T>classSqmCorrelatedSetJoin<O,T>classSqmCorrelatedSingularJoin<O,T>classSqmListJoin<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.from Modifier and Type Interface Description interfaceSqmAttributeJoin<O,T>Models a join based on a mapped attribute reference.Classes in org.hibernate.query.sqm.tree.from that implement SqmQualifiedJoin Modifier and Type Class Description classSqmCteJoin<T>classSqmDerivedJoin<T>classSqmEntityJoin<T>
-