Package org.hibernate.boot.jaxb.hbm.spi
Interface ResultSetMappingBindingDefinition
-
- All Known Implementing Classes:
ImplicitResultSetMappingDefinition
,JaxbHbmResultSetMappingType
public interface ResultSetMappingBindingDefinition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
The ResultSet mapping nameList
getValueMappingSources()
Get the JAXB mappings for each defined value return in the ResultSet mapping.
-
-
-
Method Detail
-
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.
-
-