Interface BaseSubqueryBuilder<X extends BaseSubqueryBuilder<X>>

    • Method Detail

      • from

        X from​(String correlationPath)
        Like from(String, String) with the alias equivalent to the camel cased result of the class of the correlation parent.
        Parameters:
        correlationPath - The correlation path which should be queried
        Returns:
        The query builder for chaining calls
        Since:
        1.2.0
      • from

        X from​(String correlationPath,
               String alias)
        Sets the correlation path on which the query should be based on with the given alias.
        Parameters:
        correlationPath - The correlation path which should be queried
        alias - The alias for the entity
        Returns:
        The query builder for chaining calls
        Since:
        1.2.0