@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface OracleObject
NamedPLSQLStoredProcedureQuery
Modifier and Type | Required Element and Description |
---|---|
PLSQLParameter[] |
fields
(Required) Defines the fields in the record type.
|
java.lang.String |
name
(Required) The name of the OBJECT type in the database.
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.Class |
javaType
(Optional) The Java class to map the OBJECT type to.
|
public abstract java.lang.String name
public abstract PLSQLParameter[] fields