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 interfaceJpaCollectionJoin<O,T>Specialization ofJpaJoinforCollectiontyped attribute joinsinterfaceJpaDerivedJoin<T>interfaceJpaEntityJoin<T>interfaceJpaJoin<O,T>interfaceJpaListJoin<O,T>interfaceJpaMapJoin<O,K,V>interfaceJpaPluralJoin<O,C,E>interfaceJpaSetJoin<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 classAbstractSqmAttributeJoin<O,T>Models a join based on a mapped attribute reference.classAbstractSqmPluralJoin<O,C,E>classAbstractSqmQualifiedJoin<O,T>classSqmBagJoin<O,E>classSqmCorrelatedBagJoin<O,T>classSqmCorrelatedCteJoin<T>classSqmCorrelatedDerivedJoin<T>classSqmCorrelatedEntityJoin<T>classSqmCorrelatedListJoin<O,T>classSqmCorrelatedMapJoin<O,K,V>classSqmCorrelatedSetJoin<O,T>classSqmCorrelatedSingularJoin<O,T>classSqmListJoin<O,E>classSqmMapJoin<O,K,V>classSqmSetJoin<O,E>classSqmSingularJoin<O,T>classSqmTreatedBagJoin<O,T,S extends T>classSqmTreatedEntityJoin<T,S extends T>classSqmTreatedListJoin<O,T,S extends T>classSqmTreatedMapJoin<O,K,V,S extends V>classSqmTreatedSetJoin<O,T,S extends T>classSqmTreatedSingularJoin<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 interfaceSqmAttributeJoin<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 classSqmCteJoin<T>classSqmDerivedJoin<T>classSqmEntityJoin<T>
-