What is JPA?
Learn how Spring JPA makes database operations easy in Java programming.
We'll cover the following...
In the previous section on Spring JDBC, we demonstrated how to perform CRUD operations using the JdbcTemplate
class. JDBC requires the developer to write the queries, map values to the query, pass a set of parameters to execute the query, and map rows of the result set to a bean. ...
Create a free account to view this lesson.
By signing up, you agree to Educative's Terms of Service and Privacy Policy