Annotation Type RegisterColumnMapperFactory


  • @Retention(RUNTIME)
    @Target({TYPE,METHOD})
    @Repeatable(RegisterColumnMapperFactories.class)
    public @interface RegisterColumnMapperFactory
    Registers a column 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 ColumnMapperFactory> value
      The column mapper factory class to register
    • Element Detail

      • value

        java.lang.Class<? extends ColumnMapperFactory> value
        The column mapper factory class to register
        Returns:
        the column mapper factory class