Interface JpaSelection<T>

    • Method Detail

      • getCompoundSelectionItems

        default List<jakarta.persistence.criteria.Selection<?>> getCompoundSelectionItems()
        Specified by:
        getCompoundSelectionItems in interface jakarta.persistence.criteria.Selection<T>
      • alias

        JpaSelection<T> alias​(String name)
        Specified by:
        alias in interface jakarta.persistence.criteria.Selection<T>