Package io.micronaut.data.annotation.sql
Annotation Interface Procedure
Defines the procedure invocation.
- Since:
 - 4.2.0
 - Author:
 - Denis Stepanov
 
- 
Optional Element Summary
Optional Elements 
- 
Element Details
- 
value
String valueThe name of the procedure in the database.- Returns:
 - The name of the procedure in the database
 
- Default:
 - ""
 
 - 
named
String namedThe name of the JPA style named procedure defined on the entity. Only applied for JPA repositories.- Returns:
 - The name of the named entity procedure
 
- Default:
 - ""
 
 
 -