spring-data-jpa
spring-data-jpa copied to clipboard
SpEL support for @Procedure
I want to externalize the PL/SQL package prefix of the procedure name in the @Procedure annotation.
E.g. @Procedure(procedureName = "${database.plsql.package-prefix}.getAll", outputParameterName = "pRc", refCursor = true)
Is it possible to add SpEL support?
Related: https://github.com/spring-projects/spring-data-relational/issues/1325#issuecomment-1269648942 and https://github.com/spring-projects/spring-data-commons/issues/2369