Pass List Object to Stored Procedure using Spring JPA

前端 未结 0 1537
情话喂你
情话喂你 2021-01-20 15:40

Problem: I can call stored procedure in spring jpa as like this (one way),

@Query(value = "CALL SP_NAME(:name);", nativeQuery = true)
List

        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题