Annotation Type RegisterObjectArgumentFactory


@Target({TYPE,METHOD}) @Retention(RUNTIME) @Repeatable(RegisterObjectArgumentFactories.class) public @interface RegisterObjectArgumentFactory
Registers an argument factory for a type compatible with PreparedStatement.setObject(int, Object).