from what I read in the Hibernate / online documentation, it seems that Hibernate is not able to handle multiple result sets. I am looking to make a MySQL DB call in an application that relies on Hibernate that will return multiple result sets.
What solutions did you use to βplay wellβ with Hibernate, keeping in mind that this would be the only challenge when multiple result sets are returned?
Thank!
source
share