Interface CteQueryWrapper


public interface CteQueryWrapper
Interface for CTE queries.
Since:
1.1.0
Author:
Christian Beikov
  • Method Summary

    Modifier and Type Method Description
    List<javax.persistence.Query> getParticipatingQueries()
    Returns the list of queries that are participating in this aggregate query.
  • Method Details

    • getParticipatingQueries

      List<javax.persistence.Query> getParticipatingQueries()
      Returns the list of queries that are participating in this aggregate query.
      Returns:
      The participating queries