Spring Framework Tutorial 5: Database programming with JpaRepository and query methods

preview_player
Показать описание
This tutorial shows how to work with a database using the Java Persistence API (JPA) in Spring Framework. JPA is an Object-relational Mapping (ORM) technology, which allows mapping between Java objects and rows in a database table. We cover the JpaRepository interface which automatically adds the basic database operations to your repository (e.g., save, delete, find all). We also show how to use query methods to easily add arbitrary query operations to your repository.

This is part of a series of Spring Framework tutorials brought to you by UbiLife Lab :)

Рекомендации по теме
Комментарии
Автор

Could you show how to get all the findall values and put them on a page?

devbros
Автор

Can you demonstrate a simple select statement using join query.And the result type should be like List<OfBean>

soumadeepchakraborty
join shbcf.ru