Interface ResultSetMappingBindingDefinition

    • 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 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.