public interface

SQLQueryResultMappingBuilder

org.hibernate.SQLQueryResultMappingBuilder

Class Overview

Allows programmatic access from SQLQuery to define how to map SQL java.sql.ResultSet results back to in-memory objects, both entities as well as scalars. Essentially it defines an API akin to the <return/>, <return-scalar/> and <return-join/> elements under <sql-query/> definition in a Hibernate hbm.xml file.

Summary

Nested Classes
interface SQLQueryResultMappingBuilder.ReturnsHolder  
class SQLQueryResultMappingBuilder.ScalarReturn