Package org.hibernate.boot.jaxb.hbm.spi
Interface ResultSetMappingBindingDefinition
- All Known Implementing Classes:
ImplicitResultSetMappingDefinition
,JaxbHbmResultSetMappingType
public interface ResultSetMappingBindingDefinition
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
The ResultSet mapping nameGet the JAXB mappings for each defined value return in the ResultSet mapping.
-
Method Details
-
getName
String getName()The ResultSet mapping name- Returns:
- The name.
-
getValueMappingSources
List getValueMappingSources()Get the JAXB mappings for each defined value return in the ResultSet mapping. The elements here will all be of typeNativeQueryReturn
. However the generate JAXB bindings do not understand that as a commonality between all of the sub-element types.- Returns:
- The value return JAXB mappings.
-