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 Type
    Method
    Description
    Returns the criteria containing the query that the operations were merged into.
    Returns the pipeline that was used during operation merging.
  • Method Details

    • getPipeline

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

      Criteria<ENTITY,?> 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