Uses of Class
org.hibernate.query.sqm.tree.domain.AbstractSqmJoin
Packages that use AbstractSqmJoin
Package
Description
Nodes representing path expressions in the SQM tree.
Nodes representing root entities and joins in the SQM tree.
-
Uses of AbstractSqmJoin in org.hibernate.query.sqm.tree.domain
Subclasses of AbstractSqmJoin in org.hibernate.query.sqm.tree.domainModifier and TypeClassDescriptionclassModels a join based on a mapped attribute reference.classAbstractSqmPluralJoin<L,C, E> Base support for joins to plural attributesclassSqmBagJoin<O,E> classSqmCorrelatedBagJoin<O,T> classclassclassclassclassSqmCorrelatedMapJoin<L,K, V> classclassSqmCorrelatedSetJoin<O,T> classclassSqmListJoin<O,E> classSqmMapJoin<L,K, V> classSqmPluralPartJoin<O,T> classSqmSetJoin<O,E> classSqmSingularJoin<O,T> classSqmTreatedBagJoin<L,R, S extends R> classSqmTreatedEntityJoin<L,R, S extends R> classSqmTreatedListJoin<O,T, S extends T> classSqmTreatedMapJoin<L,K, V, S extends V> classclassSqmTreatedSetJoin<O,T, S extends T> classSqmTreatedSingularJoin<O,T, S extends T> Methods in org.hibernate.query.sqm.tree.domain with parameters of type AbstractSqmJoinModifier and TypeMethodDescriptionprotected voidAbstractSqmJoin.copyTo(AbstractSqmJoin<L, R> target, SqmCopyContext context) -
Uses of AbstractSqmJoin in org.hibernate.query.sqm.tree.from
Subclasses of AbstractSqmJoin in org.hibernate.query.sqm.tree.from