org.hibernate
Interface SQLQueryResultMappingBuilder


public interface SQLQueryResultMappingBuilder

Allows programmatic access from SQLQuery to define how to map SQL 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.

Author:
Steve Ebersole

Nested Class Summary
static interface SQLQueryResultMappingBuilder.ReturnsHolder
           
static class SQLQueryResultMappingBuilder.ScalarReturn
           
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.