|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={}) @Retention(value=RUNTIME) public @interface StoredProcedureParameter
A StoredProcedureParameter annotation is used within a NamedStoredProcedureQuery annotation.
NamedStoredProcedureQuery
Required Element Summary | |
---|---|
java.lang.String |
queryParameter
(Required) The query parameter name. |
Optional Element Summary | |
---|---|
Direction |
direction
(Optional) The direction of the stored procedure parameter. |
int |
jdbcType
(Optional) The JDBC type code, this is dependent on the type returned from the procedure. |
java.lang.String |
jdbcTypeName
(Optional) The JDBC type name, this may be required for ARRAY or STRUCT types. |
java.lang.String |
name
(Optional) Stored procedure parameter name. |
java.lang.Class |
type
(Optional) The type of Java class desired back from the procedure, this is dependent on the type returned from the procedure. |
Element Detail |
---|
public abstract java.lang.String queryParameter
public abstract Direction direction
public abstract java.lang.String name
public abstract java.lang.Class type
public abstract int jdbcType
public abstract java.lang.String jdbcTypeName
|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |