|
EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value={})
@Retention(value=RUNTIME)
public @interface StoredProcedureParameterSpecifies a parameter of a named stored procedure query. All parameters of a named stored procedure query must be specified.
NamedStoredProcedureQuery,
ParameterMode| Required Element Summary | |
|---|---|
java.lang.Class |
type
JDBC type of the paramter. |
| Optional Element Summary | |
|---|---|
ParameterMode |
mode
Specifies whether the parameter is an IN, INOUT, OUT, or REF_CURSOR parameter. |
java.lang.String |
name
The name of the parameter as defined by the stored procedure in the database. |
| Element Detail |
|---|
public abstract java.lang.Class type
public abstract java.lang.String name
public abstract ParameterMode mode
|
EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||