Module jpastreamer.merger
Interface CriteriaMergeResult<ENTITY>
- Type Parameters:
ENTITY- root entity
public interface CriteriaMergeResult<ENTITY>
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 criteria containing the query that the operations were merged into.Returns the pipeline that was used during operation merging.
-
Method Details
-
getPipeline
Returns the pipeline that was used during operation merging.- Returns:
- the pipeline that was used during operation merging
-
getCriteria
Returns the criteria containing the query that the operations were merged into.- Returns:
- the criteria containing the query that the operations were merged into
-