Interface JoinerQuery<T,​R>

  • All Superinterfaces:
    com.querydsl.core.types.Expression<R>, JoinRoot, Serializable, com.querydsl.core.types.SubQueryExpression<R>
    All Known Implementing Classes:
    JoinerQueryBase, TupleJoinerQuery

    public interface JoinerQuery<T,​R>
    extends JoinRoot, com.querydsl.core.types.SubQueryExpression<R>
    Base interface which defines possible parameters of joiner query T - select from R - projection type
    Author:
    Vlad on 04-Sep-16.