I am working on standardizing a legacy code base and new development to both use EntityManager for persistence. In order to succeed however, I need to provide the ability to break out into native SQL and process results manually. JPA EntityManager almost provides this functionality through:I am working on standardizing a legacy code bas