Interface JoinerQuery<T,​R>

  • All Superinterfaces:
    JoinRoot
    All Known Implementing Classes:
    JoinerQueryBase, TupleJoinerQuery

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