Steve Ebersole commented on an issue
Hibernate ORM / New Feature HHH-3908
Expose way to fully control fetching and result mapping on SQLQuery
Currently, in order to fully control fetching in native-sql queries, users must revert to using a named sql query (at least the xml, not sure if the annotations variety supports as well). We alreasy have all the objects/contracts in place to handle this for the named queries, just need to clean-up and properly document them.

The current API calls to dea...