There is a procedure and after calling the procedure, I get the result from the intermediate table. How do I convert this result to an object? Hibernate, the usual mapping in a POJO object. As an example, I have a procedure and in it I get an id, I want to display these id's in the POJO.
String userId;
String businessId;