@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) public @interface RegisterObjectArgumentFactory
PreparedStatement.setObject(int, Object).| Modifier and Type | Required Element and Description |
|---|---|
Class<?>[] |
value
The argument type(s) which are compatible with
PreparedStatement.setObject(int, Object). |
public abstract Class<?>[] value
PreparedStatement.setObject(int, Object).public abstract int[] sqlType
Types. If omitted, defaults to not setting a type. If specified, must have the
same number of elements as value(). Each sqlType element is applied to the
value element at the same index.value().Copyright © 2017. All rights reserved.