|
EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface OracleObject
An OracleObject annotation is used to define an Oracle database OBJECT type. This type can be used within PLSQL procedure calls.
NamedPLSQLStoredProcedureQuery
Required Element Summary | |
---|---|
PLSQLParameter[] |
fields
(Required) Defines the fields in the record type. |
java.lang.String |
name
(Required) The name of the OBJECT 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 PLSQLParameter[] fields
public abstract java.lang.Class javaType
|
EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |