Interface ResultSetMappingBindingDefinition

All Known Implementing Classes:
ImplicitResultSetMappingDefinition, JaxbHbmResultSetMappingType

public interface ResultSetMappingBindingDefinition
  • Method Summary

    Modifier and Type
    Method
    Description
    The ResultSet mapping name
    Get 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 type NativeQueryReturn. 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.