Interface JpaJoin<O,​T>

    • Method Detail

      • getAttribute

        PersistentAttribute<? super O,​?> getAttribute()
        Specified by:
        getAttribute in interface jakarta.persistence.criteria.Join<O,​T>
      • on

        JpaJoin<O,​T> on​(jakarta.persistence.criteria.Expression<Boolean> restriction)
        Specified by:
        on in interface jakarta.persistence.criteria.Join<O,​T>
      • on

        JpaJoin<O,​T> on​(jakarta.persistence.criteria.Predicate... restrictions)
        Specified by:
        on in interface jakarta.persistence.criteria.Join<O,​T>
      • treatAs

        <S extends TJpaJoin<O,​S> treatAs​(Class<S> treatAsType)
        Description copied from interface: JpaPath
        Support for JPA's explicit (TREAT) down-casting.
        Specified by:
        treatAs in interface JpaPath<O>