Annotation Type OracleArray
An OracleArray annotation is used to define an Oracle database VARRAY type.
This type can be used within PLSQL procedure calls.
- See Also:
- Author:
- David McCann
-
Required Element Summary
-
Optional Element Summary
Modifier and TypeOptional ElementDescription(Optional) The Java Collection class to map the VARRAY to.(Required) The name of the database type this VARRAY holds onto.
-
Element Details
-
name
String name(Required) The name of the VARRAY type in the database.
-
-