You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JPA 2.1 specification introduced support for calling stored procedures via the JPA criteria query API. We Introduced the `@Procedure` annotation for declaring stored procedure metadata on a repository method.
@@ -458,7 +460,7 @@ DROP procedure IF EXISTS plus1inout
458
460
/;
459
461
CREATE procedure plus1inout (IN arg int, OUT res int)
0 commit comments