@Target(value={})
 @Retention(value=RUNTIME)
public @interface StoredProcedureParameter
NamedStoredProcedureQuery, 
ParameterMode| Modifier and Type | Required Element and Description | 
|---|---|
| java.lang.Class | typeJDBC type of the paramter. | 
| Modifier and Type | Optional Element and Description | 
|---|---|
| ParameterMode | modeSpecifies whether the parameter is an IN, INOUT, OUT, or REF_CURSOR parameter. | 
| java.lang.String | nameThe name of the parameter as defined by the stored procedure in the database. | 
public abstract java.lang.String name
public abstract ParameterMode mode