|
EclipseLink 2.4.1, build 'v20121003-ad44345' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface PLSQLRecord
A PLSQLRecord annotation is used to define a database PLSQL RECORD type. This type can be used within PLSQL procedure calls.
NamedPLSQLStoredProcedureQuery| Required Element Summary | |
|---|---|
java.lang.String |
compatibleType
(Required) The name of the database OBJECT TYPE that mirrors the record's structure. |
PLSQLParameter[] |
fields
(Required) Defines the fields in the record type. |
java.lang.String |
name
(Required) The name of the record type in the database. |
| Optional Element Summary | |
|---|---|
java.lang.Class |
javaType
(Optional) The Java class to map the object-type to. |
| Element Detail |
|---|
public abstract java.lang.String name
public abstract java.lang.String compatibleType
public abstract PLSQLParameter[] fields
public abstract java.lang.Class javaType
|
EclipseLink 2.4.1, build 'v20121003-ad44345' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||