Problem: I can call stored procedure in spring jpa as like this (one way),
@Query(value = "CALL SP_NAME(:name);", nativeQuery = true) List