Preliminary understanding of SPRING-DATA-JPA

Source: Internet
Author: User
What is spring data JPA?

SPIRNG Data JPA is a set of simplified JPA development frameworks provided by spring, which, in accordance with the agreed "method naming rules", writes the DAO layer interface, enabling access and manipulation of the database without writing the interface implementation. It also provides a lot of functionality beyond crud, such as paging, sorting, complex queries, and so on.

Spring Data JPA can be understood as a re-encapsulation abstraction for the JPA specification, and the underlying is implemented using Hibernate's JPA technology.

Interface contract naming rules:

Instance:

Springboot integrates spring data JPA in just two steps:

First step: import maven coordinates

Step Two: Configure JPA information in the YML configuration file

Reference Blog: https://www.cnblogs.com/smiler/p/9210255.html

Preliminary understanding of SPRING-DATA-JPA

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.