Package org.hibernate.query.results


package org.hibernate.query.results
Support for defining result set mappings used in NativeQuery, ProcedureCall, and StoredProcedureQuery. These result set mappings are used to map the values in the JDBC ResultSet into the query result graph.
See Also: