Uses of Interface
org.hibernate.query.criteria.JpaCrossJoin
-
Packages that use JpaCrossJoin Package Description org.hibernate.query.criteria Support for JPA criteria queries.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. -
-
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>JpaFrom. crossJoin(Class<X> entityJavaType)<X> JpaCrossJoin<X>JpaFrom. crossJoin(EntityDomainType<X> entity) -
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 classSqmCorrelatedCrossJoin<T>classSqmTreatedCrossJoin<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 classSqmCrossJoin<T>
-