Module jpastreamer.merger
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 TypeMethodDescriptionReturns the pipeline that was used during operation merging.jakarta.persistence.QuerygetQuery()Returns the query that the operations were merged into.
-
Method Details
-
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
-