Blog Archives

JPA and stored procedures

In a majority number of cases the Java-Persistence API (JPA) to create/load/update entities cover all your needs. But sometimes you need to do something special inside the DB with help of stored-procedures. The good thing about JPA is that you

Tagged with: , , , , , , , , , ,
Posted in Software Development, Tips and Tricks