Uses of Interface
org.hibernate.query.criteria.JpaJoinedFrom
-
Packages that use JpaJoinedFrom 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 JpaJoinedFrom in org.hibernate.query.criteria
Subinterfaces of JpaJoinedFrom in org.hibernate.query.criteria Modifier and Type Interface Description interface
JpaCollectionJoin<O,T>
Specialization ofJpaJoin
forCollection
typed attribute joinsinterface
JpaDerivedJoin<T>
interface
JpaEntityJoin<T>
interface
JpaJoin<O,T>
interface
JpaListJoin<O,T>
interface
JpaMapJoin<O,K,V>
interface
JpaPluralJoin<O,C,E>
interface
JpaSetJoin<O,T>
Methods in org.hibernate.query.criteria that return JpaJoinedFrom Modifier and Type Method Description <X> JpaJoinedFrom<?,X>
JpaFrom. join(JpaCteCriteria<X> cte)
<X> JpaJoinedFrom<?,X>
JpaFrom. join(JpaCteCriteria<X> cte, SqmJoinType joinType)
JpaJoinedFrom<O,T>
JpaJoinedFrom. on(Expression<Boolean> restriction)
JpaJoinedFrom<O,T>
JpaJoinedFrom. on(Predicate... restrictions)
JpaJoinedFrom<O,T>
JpaJoinedFrom. on(JpaExpression<Boolean> restriction)
JpaJoinedFrom<O,T>
JpaJoinedFrom. on(JpaPredicate... restrictions)
-
Uses of JpaJoinedFrom in org.hibernate.query.sqm.tree.domain
Classes in org.hibernate.query.sqm.tree.domain that implement JpaJoinedFrom Modifier and Type Class Description class
AbstractSqmAttributeJoin<O,T>
Models a join based on a mapped attribute reference.class
AbstractSqmPluralJoin<O,C,E>
class
AbstractSqmQualifiedJoin<O,T>
class
SqmBagJoin<O,E>
class
SqmCorrelatedBagJoin<O,T>
class
SqmCorrelatedCteJoin<T>
class
SqmCorrelatedDerivedJoin<T>
class
SqmCorrelatedEntityJoin<T>
class
SqmCorrelatedListJoin<O,T>
class
SqmCorrelatedMapJoin<O,K,V>
class
SqmCorrelatedSetJoin<O,T>
class
SqmCorrelatedSingularJoin<O,T>
class
SqmListJoin<O,E>
class
SqmMapJoin<O,K,V>
class
SqmSetJoin<O,E>
class
SqmSingularJoin<O,T>
class
SqmTreatedBagJoin<O,T,S extends T>
class
SqmTreatedEntityJoin<T,S extends T>
class
SqmTreatedListJoin<O,T,S extends T>
class
SqmTreatedMapJoin<O,K,V,S extends V>
class
SqmTreatedSetJoin<O,T,S extends T>
class
SqmTreatedSingularJoin<O,T,S extends T>
Methods in org.hibernate.query.sqm.tree.domain that return JpaJoinedFrom Modifier and Type Method Description <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)
JpaJoinedFrom<O,T>
AbstractSqmQualifiedJoin. on(Expression<Boolean> restriction)
JpaJoinedFrom<O,T>
AbstractSqmQualifiedJoin. on(Predicate... restrictions)
JpaJoinedFrom<O,T>
AbstractSqmQualifiedJoin. on(JpaExpression<Boolean> restriction)
JpaJoinedFrom<O,T>
AbstractSqmQualifiedJoin. on(JpaPredicate... restrictions)
-
Uses of JpaJoinedFrom in org.hibernate.query.sqm.tree.from
Subinterfaces of JpaJoinedFrom in org.hibernate.query.sqm.tree.from Modifier and Type Interface Description interface
SqmAttributeJoin<O,T>
Models a join based on a mapped attribute reference.Classes in org.hibernate.query.sqm.tree.from that implement JpaJoinedFrom Modifier and Type Class Description class
SqmCteJoin<T>
class
SqmDerivedJoin<T>
class
SqmEntityJoin<T>
-