Annotation Type RegisterRowMapperFactory


  • @Retention(RUNTIME)
    @Target({TYPE,METHOD})
    @Repeatable(RegisterRowMapperFactories.class)
    public @interface RegisterRowMapperFactory
    Registers a row mapper factory in the scope of a SQL Object type or method.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class<? extends RowMapperFactory> value