How to run database call with JPA parameter

Asked

Viewed 205 times

0

How do I call a stored procedure from the bank I have the following procedure stored in the database, and I wish to execute your call by passing the parameter projId, using JPA to pick up the entity’s total cost Project

Stored Procedure

Database: Microsoft SQL Server 2012

  • Tried to use @NamedStoredProcedureQuery?

  • This call is not for the processes declared in the class?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.