Uses of Interface
org.hibernate.query.criteria.JpaCrossJoin
Packages that use JpaCrossJoin
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.
Nodes representing
select
statements in the SQM tree.-
Uses of JpaCrossJoin in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return JpaCrossJoinModifier and TypeMethodDescription<X> JpaCrossJoin<X>
JpaSubQuery.correlate
(JpaCrossJoin<X> parentCrossJoin) <X> JpaCrossJoin<X>
<X> JpaCrossJoin<X>
JpaFrom.crossJoin
(EntityDomainType<X> entity) Methods in org.hibernate.query.criteria with parameters of type JpaCrossJoinModifier and TypeMethodDescription<X> JpaCrossJoin<X>
JpaSubQuery.correlate
(JpaCrossJoin<X> parentCrossJoin) -
Uses of JpaCrossJoin in org.hibernate.query.sqm.tree.domain
Classes in org.hibernate.query.sqm.tree.domain that implement JpaCrossJoinMethods in org.hibernate.query.sqm.tree.domain that return JpaCrossJoinModifier and TypeMethodDescription<X> JpaCrossJoin<X>
<X> JpaCrossJoin<X>
AbstractSqmFrom.crossJoin
(EntityDomainType<X> entity) -
Uses of JpaCrossJoin in org.hibernate.query.sqm.tree.from
Classes in org.hibernate.query.sqm.tree.from that implement JpaCrossJoinMethods in org.hibernate.query.sqm.tree.from that return JpaCrossJoinModifier and TypeMethodDescription<X> JpaCrossJoin<X>
<X> JpaCrossJoin<X>
SqmJoin.crossJoin
(EntityDomainType<X> entity) -
Uses of JpaCrossJoin in org.hibernate.query.sqm.tree.select
Methods in org.hibernate.query.sqm.tree.select with parameters of type JpaCrossJoinModifier and TypeMethodDescription<X> SqmCorrelatedCrossJoin<X>
SqmSubQuery.correlate
(JpaCrossJoin<X> parentCrossJoin)