Interface CteQueryWrapper


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

      • getParticipatingQueries

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