|
EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface OracleArray
An OracleArray annotation is used to define an Oracle database VARRAY type. This type can be used within PLSQL procedure calls.
NamedPLSQLStoredProcedureQuery| Required Element Summary | |
|---|---|
java.lang.String |
name
(Required) The name of the VARRAY type in the database. |
| Optional Element Summary | |
|---|---|
java.lang.Class |
javaType
(Optional) The Java Collection class to map the VARRAY to. |
java.lang.String |
nestedType
(Required) The name of the database type this VARRAY holds onto. |
| Element Detail |
|---|
public abstract java.lang.String name
public abstract java.lang.String nestedType
public abstract java.lang.Class javaType
|
EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||