public interface ResultSetMappingBindingDefinition
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The ResultSet mapping name
|
List |
getValueMappingSources()
Get the JAXB mappings for each defined value return in the ResultSet mapping.
|
String getName()
The ResultSet mapping name
List getValueMappingSources()
Get the JAXB mappings for each defined value return in the ResultSet mapping.
Needs to be a "grab bag", as opposed to individual Lists per return type, in
order to maintain the defined order. And atm there is (unfortunately) not
a common type for all the JAXB return mappings. But the list elements
will be one of:<ul>
<li>JaxbHbmNativeQueryScalarReturnType</li>
<li>JaxbHbmNativeQueryReturnType</li>
<li>JaxbHbmNativeQueryJoinReturnType</li>
<li>JaxbHbmNativeQueryCollectionLoadReturnType</li>
</ul>
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.