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
    The column mapper factory class to register
  • Element Details

    • value

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