| Tried mapping the multiple result sets from stored procedure call to corresponding constructor-result/entity-result. Unfortunately, only the columns from the first result set is mapped, for other constructor-result , it throws invalid column name 'xxx'. i.e. the store proc contains 2 selects and two result sets are returned after its execution only the the first one is mapped properly to the sql-result-set-mapping, the other one throws the above exception as it does not find the columns P.S. hibernate version is 5.0.12.RELEASE |