@Target(value=TYPE) @Retention(value=RUNTIME) public @interface PLSQLTable
NamedPLSQLStoredProcedureQuery
Modifier and Type | Required Element and Description |
---|---|
String |
compatibleType
(Required) The name of the database VARRAY type that mirrors the table's structure.
|
String |
name
(Required) The name of the record type in the database.
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
isNestedTable
(Optional) Indicates a non-associative (nested) table.
|
Class |
javaType
(Optional) The Java Collection class to map the varray to.
|
String |
nestedType
(Required) The name of the database OBJECT TYPE or VARRAY type that mirrors the record's structure.
|
public abstract String name
public abstract String compatibleType
public abstract String nestedType
public abstract Class javaType
public abstract boolean isNestedTable
EclipseLink 2.5.2, "build v20140319-9ad6abd" API Reference