My naming conventions in the repository class

Source: Internet
Author: User

Common crud method signatures use the following:

Attach get (integer attachid );

Attach save (attach) or integer save (attach );

Void Delete (integer attachid );

Void Update (attach );

The signature of other query methods follows the idea of spring-data-JPA. The name is derived from the open-source JPA framework Hades. The framework author Oliver Gierke was later the leader of the spring-data-JPA project.

When parsing method names, the spring-data-JPA framework first removes the redundant prefixes of method names, such as find, findby, read, readby, get, and getby, then parse the remaining parts. If the last parameter of a method is of the sort or pageable type, related information is extracted for sorting by rule or querying by page. See:

 

My naming conventions in the repository class

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.