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
      java.lang.Class<?>[] value
      Returns the types that will be available on the JoinRows returned.
    • Element Detail

      • value

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