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
Modifier and TypeRequired ElementDescriptionClass
<? extends ColumnMapperFactory> The column mapper factory class to register
-
Element Details
-
value
Class<? extends ColumnMapperFactory> valueThe column mapper factory class to register- Returns:
- the column mapper factory class
-