|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface PLSQLTable
A PLSQLTable annotation is used to define a database PLSQL TABLE type. This type can be used within PLSQL procedure calls.
NamedPLSQLStoredProcedureQuery
Required Element Summary | |
---|---|
java.lang.String |
compatibleType
(Required) The name of the database VARRAY type that mirrors the table's structure. |
java.lang.String |
name
(Required) The name of the record 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 OBJECT TYPE or VARRAY type that mirrors the record's structure. |
Element Detail |
---|
public abstract java.lang.String name
public abstract java.lang.String compatibleType
public abstract java.lang.String nestedType
public abstract java.lang.Class javaType
|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |