@Target(value=TYPE) @Retention(value=RUNTIME) public @interface OracleArray
NamedPLSQLStoredProcedureQuery
Modifier and Type | Required Element and Description |
---|---|
String |
name
(Required) The name of the VARRAY type in the database.
|
Modifier and Type | Optional Element and Description |
---|---|
Class |
javaType
(Optional) The Java Collection class to map the VARRAY to.
|
String |
nestedType
(Required) The name of the database type this VARRAY holds onto.
|
public abstract String name
public abstract String nestedType
public abstract Class javaType
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference