Enhance the feature list with support for JPA 2.1... Specially the Store Procedure Query Annotation API.
Maybe enhancing the JpaRepository features like find, count, etc... with a new one for Store Procedure automatic wiring and execution... like 'exec' perhaps?.. Ex: public void execMyProc(Long id)... or with return values... public Set<Book> execMySearchProc(String author)
Iosvany Moya opened DATAJPA-455 and commented
Enhance the feature list with support for JPA 2.1... Specially the Store Procedure Query Annotation API.
Maybe enhancing the JpaRepository features like find, count, etc... with a new one for Store Procedure automatic wiring and execution... like 'exec' perhaps?.. Ex: public void execMyProc(Long id)... or with return values... public Set<Book> execMySearchProc(String author)
Affects: 1.5 RC1 (Codd)
Reference URL: https://jcp.org/en/jsr/detail?id=338
Issue Links:
("is depended on by")
Referenced from: pull request #80, and commits 9932622, 682830e, 0953581, 87cb297
The text was updated successfully, but these errors were encountered: