JPA Store Procedure
JPA 2.0 이하에서는 JPA가 아닌 DB Connection을 직접 사용하여 Stored Procedure를 호출한다.
JPA 2.1 이상부터 JPA에서 Stored Procedure 호출이 가능해졌다.
참고
How to call stored procedures in JPA
How to call stored procedures in JPA - Part 2