@Target(value={METHOD,ANNOTATION_TYPE}) @Retention(value=RUNTIME) public @interface Procedure
| Modifier and Type | Optional Element and Description |
|---|---|
String |
name
The name of the procedure in the EntityManager - defaults to
"". |
String |
outputParameterName
The name of the outputParameter, defaults to
"". |
String |
procedureName
The name of the procedure in the database, defaults to
"". |
String |
value
The name of the procedure in the database, defaults to
"". |
public abstract String value
"". Short form for procedureName().public abstract String procedureName
"".public abstract String name
"".public abstract String outputParameterName
"".Copyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.