Uploaded image for project: 'Cayenne'
  1. Cayenne
  2. CAY-2528

Subquery as query root

    XMLWordPrintableJSON

Details

    • Task
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • 5.0-M2
    • Core Library
    • None

    Description

      After implementing CAY-2526 this will be really useful.

      API example:

      Select<?> subselect = ObjectSelect.query(..)
      
      ObjectSelect.query(Artist.class)
          .join(subselect, "s", exp)
          .select(context);
      

      Attachments

        Issue Links

          Activity

            People

              ntimofeev Nikita Timofeev
              ntimofeev Nikita Timofeev
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: