Interface QueryMergeResult<T>

Type Parameters:
T - root entity

public interface QueryMergeResult<T>
A container object used to store the results of the merge operation performed on a Pipeline.
Author:
Mislav Milicevic
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the pipeline that was used during operation merging.
    jakarta.persistence.Query
    Returns the query that the operations were merged into.
  • Method Details

    • getPipeline

      Pipeline<T> getPipeline()
      Returns the pipeline that was used during operation merging.
      Returns:
      the pipeline that was used during operation merging
    • getQuery

      jakarta.persistence.Query getQuery()
      Returns the query that the operations were merged into.
      Returns:
      the query that the operations were merged into