public interface SQLQueryResultMappingBuilder
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.| Modifier and Type | Interface and Description |
|---|---|
static interface |
SQLQueryResultMappingBuilder.ReturnsHolder |
static class |
SQLQueryResultMappingBuilder.ScalarReturn |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.