Annotation Type RegisterJoinRowMapper


@Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface RegisterJoinRowMapper
Used to register a JoinRowMapper factory. Will attempt to map all types given in the annotation declaration.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<?>[]
    Returns the types that will be available on the JoinRows returned.
  • Element Details

    • value

      Class<?>[] value
      Returns the types that will be available on the JoinRows returned.
      Returns:
      The types that will be available on the JoinRows returned.