|
Spring Data JPA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=METHOD) @Retention(value=RUNTIME) public @interface Procedure
Annotation to declare JPA 2.1 stored procedure mappings directly on repository methods.
| Optional Element Summary | |
|---|---|
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
"".
|
Spring Data JPA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||