@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface OracleArray
NamedPLSQLStoredProcedureQuery
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
name
(Required) The name of the VARRAY type in the database.
|
Modifier and Type | Optional Element and Description |
---|---|
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.
|