@Target(value=TYPE) @Retention(value=RUNTIME) public @interface PLSQLRecord
NamedPLSQLStoredProcedureQuery
Modifier and Type | Required Element and Description |
---|---|
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.
|
String |
name
(Required) The name of the record type in the database.
|
public abstract String name
public abstract String compatibleType
public abstract PLSQLParameter[] fields
public abstract Class javaType