Uses of Interface
org.hibernate.query.criteria.JpaJoinedFrom
Packages that use JpaJoinedFrom
Package
Description
The JPA-standard criteria query API defines all the operations needed express
any query written in standard JPQL.
Nodes representing path expressions in the SQM tree.
Nodes representing root entities and joins in the SQM tree.
-
Uses of JpaJoinedFrom in org.hibernate.query.criteria
Subinterfaces of JpaJoinedFrom in org.hibernate.query.criteriaModifier and TypeInterfaceDescriptioninterfaceJpaCollectionJoin<O,T> Specialization ofJpaJoinforCollectiontyped attribute joinsinterfaceinterfaceinterfaceJpaJoin<O,T> interfaceJpaListJoin<O,T> interfaceJpaMapJoin<O,K, V> interfaceJpaPluralJoin<O,C, E> interfaceJpaSetJoin<O,T> Methods in org.hibernate.query.criteria that return JpaJoinedFromModifier and TypeMethodDescription<X> JpaJoinedFrom<?,X> JpaFrom.join(JpaCteCriteria<X> cte) <X> JpaJoinedFrom<?,X> JpaFrom.join(JpaCteCriteria<X> cte, SqmJoinType joinType) JpaJoinedFrom.on(Expression<Boolean> restriction) JpaJoinedFrom.on(JpaExpression<Boolean> restriction) JpaJoinedFrom.on(JpaPredicate... restrictions) -
Uses of JpaJoinedFrom in org.hibernate.query.sqm.tree.domain
Classes in org.hibernate.query.sqm.tree.domain that implement JpaJoinedFromModifier and TypeClassDescriptionclassModels a join based on a mapped attribute reference.classAbstractSqmPluralJoin<O,C, E> classclassSqmBagJoin<O,E> classSqmCorrelatedBagJoin<O,T> classclassclassSqmCorrelatedMapJoin<O,K, V> classSqmCorrelatedSetJoin<O,T> classclassSqmListJoin<O,E> classSqmMapJoin<O,K, V> 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> classSqmTreatedSetJoin<O,T, S extends T> classSqmTreatedSingularJoin<O,T, S extends T> Methods in org.hibernate.query.sqm.tree.domain that return JpaJoinedFromModifier and TypeMethodDescription<X> JpaJoinedFrom<?,X> AbstractSqmFrom.join(JpaCteCriteria<X> cte) <X> JpaJoinedFrom<?,X> AbstractSqmFrom.join(JpaCteCriteria<X> cte, SqmJoinType joinType) <X> JpaJoinedFrom<?,X> AbstractSqmFrom.join(JpaCteCriteria<X> cte, SqmJoinType joinType, String alias) AbstractSqmQualifiedJoin.on(Expression<Boolean> restriction) AbstractSqmQualifiedJoin.on(JpaExpression<Boolean> restriction) AbstractSqmQualifiedJoin.on(JpaPredicate... restrictions) -
Uses of JpaJoinedFrom in org.hibernate.query.sqm.tree.from
Subinterfaces of JpaJoinedFrom 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 JpaJoinedFrom