Uses of Enum Class
org.hibernate.query.common.JoinType
Packages that use JoinType
Package
Description
Common APIs used internally, in the SQL tree,
in the dialects, and in the criteria query API.
The JPA-standard criteria query API defines all the operations needed express
any query written in standard JPQL.
This package contains the classes that make up the SQM tree nodes.
-
Uses of JoinType in org.hibernate.query.common
Subclasses with type arguments of type JoinType in org.hibernate.query.commonModifier and TypeClassDescriptionenumEnumerates the possible kinds of join in HQL and ANSI SQL.Methods in org.hibernate.query.common that return JoinType -
Uses of JoinType in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria with parameters of type JoinTypeModifier and TypeMethodDescriptiondefault <X> JpaDerivedJoin<X> default <X> JpaDerivedJoin<X> default <X> JpaEntityJoin<T, X> default <X> JpaEntityJoin<T, X> JpaFrom.join(EntityDomainType<X> entity, JoinType joinType) default <X> JpaJoin<?, X> JpaFrom.join(JpaCteCriteria<X> cte, JoinType joinType) default <X> JpaDerivedJoin<X> JpaFrom.joinLateral(Subquery<X> subquery, JoinType joinType) -
Uses of JoinType in org.hibernate.query.sqm.tree
Methods in org.hibernate.query.sqm.tree that return JoinTypeMethods in org.hibernate.query.sqm.tree with parameters of type JoinType