spring-data-jpa icon indicating copy to clipboard operation
spring-data-jpa copied to clipboard

SpEL support for @Procedure

Open Tomschi opened this issue 2 years ago • 1 comments

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?

Tomschi avatar Jan 19 '23 07:01 Tomschi

Related: https://github.com/spring-projects/spring-data-relational/issues/1325#issuecomment-1269648942 and https://github.com/spring-projects/spring-data-commons/issues/2369

schauder avatar Jan 23 '23 15:01 schauder