Uses of Interface
org.hibernate.query.criteria.JpaCrossJoin
-
Packages that use JpaCrossJoin Package Description org.hibernate.query.criteria The JPA-standard criteria query API defines all the operations needed express any query written in standard JPQL.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.org.hibernate.query.sqm.tree.select Nodes representingselect
statements in the SQM tree. -
-
Uses of JpaCrossJoin in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return JpaCrossJoin Modifier and Type Method Description <X> JpaCrossJoin<X>
JpaSubQuery. correlate(JpaCrossJoin<X> parentCrossJoin)
<X> JpaCrossJoin<X>
JpaFrom. crossJoin(Class<X> entityJavaType)
<X> JpaCrossJoin<X>
JpaFrom. crossJoin(EntityDomainType<X> entity)
Methods in org.hibernate.query.criteria with parameters of type JpaCrossJoin Modifier and Type Method Description <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 JpaCrossJoin Modifier and Type Class Description class
SqmCorrelatedCrossJoin<T>
class
SqmTreatedCrossJoin<T,S extends T>
Methods in org.hibernate.query.sqm.tree.domain that return JpaCrossJoin Modifier and Type Method Description <X> JpaCrossJoin<X>
AbstractSqmFrom. crossJoin(Class<X> entityJavaType)
<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 JpaCrossJoin Modifier and Type Class Description class
SqmCrossJoin<T>
-
Uses of JpaCrossJoin in org.hibernate.query.sqm.tree.select
Methods in org.hibernate.query.sqm.tree.select with parameters of type JpaCrossJoin Modifier and Type Method Description <X> SqmCrossJoin<X>
SqmSubQuery. correlate(JpaCrossJoin<X> parentCrossJoin)
-