Annotation Interface Procedure


@Target({METHOD,ANNOTATION_TYPE}) @Retention(RUNTIME) public @interface Procedure
Defines the procedure invocation.
Since:
4.2.0
Author:
Denis Stepanov
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The name of the JPA style named procedure defined on the entity.
    The name of the procedure in the database.
  • Element Details

    • value

      String value
      The name of the procedure in the database.
      Returns:
      The name of the procedure in the database
      Default:
      ""
    • named

      String named
      The 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:
      ""