@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Repeatable(value=RegisterObjectArgumentFactories.class) public @interface RegisterObjectArgumentFactory
PreparedStatement.setObject(int, Object).| Modifier and Type | Required Element and Description |
|---|---|
Class<?> |
value
The argument type which is compatible with
PreparedStatement.setObject(int, Object). |
public abstract Class<?> value
PreparedStatement.setObject(int, Object).Copyright © 2018. All rights reserved.