接口 JoinImplementor<Z,​X>

    • 方法详细资料

      • on

        JoinImplementor<Z,​X> on​(javax.persistence.criteria.Expression<Boolean> restriction)
        Coordinate return type between Join.on(Expression) and Fetch#on(Expression)
        指定者:
        on 在接口中 javax.persistence.criteria.Join<Z,​X>
      • on

        JoinImplementor<Z,​X> on​(javax.persistence.criteria.Predicate... restrictions)
        Coordinate return type between Join.on(Predicate...) and Fetch#on(Predicate...)
        指定者:
        on 在接口中 javax.persistence.criteria.Join<Z,​X>
      • treatAs

        <T extends XJoinImplementor<Z,​T> treatAs​(Class<T> treatAsType)
        从接口复制的说明: PathImplementor
        Defines handling for the JPA 2.1 TREAT down-casting feature.
        指定者:
        treatAs 在接口中 PathImplementor<Z>
        类型参数:
        T - The parameterized type representation of treatAsType.
        参数:
        treatAsType - The type to treat the path as.
        返回:
        The properly typed view of this path.