@Target(value=TYPE) @Retention(value=RUNTIME) public @interface NamedPLSQLStoredProcedureQuery
Modifier and Type | Required Element and Description |
---|---|
String |
name
(Required) Unique name that references this stored procedure query.
|
String |
procedureName
(Required) The name of the stored procedure.
|
Modifier and Type | Optional Element and Description |
---|---|
javax.persistence.QueryHint[] |
hints
(Optional) Query hints.
|
PLSQLParameter[] |
parameters
(Optional) Defines the parameters to the stored procedure.
|
Class |
resultClass
(Optional) Refers to the class of the result.
|
String |
resultSetMapping
(Optional) The name of the SQLResultMapping.
|
public abstract String name
public abstract String procedureName
public abstract Class resultClass
public abstract String resultSetMapping
public abstract PLSQLParameter[] parameters
EclipseLink 2.5.2, "build v20140319-9ad6abd" API Reference