Package org.jdbi.v3.sqlobject.config
Annotation Type RegisterObjectArgumentFactory
-
@Target({TYPE,METHOD}) @Retention(RUNTIME) @Repeatable(RegisterObjectArgumentFactories.class) public @interface RegisterObjectArgumentFactoryRegisters an argument factory for a type compatible withPreparedStatement.setObject(int, Object).
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<?>valueThe argument type which is compatible withPreparedStatement.setObject(int, Object).
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description intsqlTypeSQL type constant fromTypes.
-