Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to solve the problem of No property user found for type when spring naming appears

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly explains the "spring naming emergence of No property user found for type how to solve", the article explains the content is simple and clear, easy to learn and understand, the following please follow the editor's ideas slowly in depth, together to study and learn "spring naming No property user found for type how to solve" it!

If the name is incorrect, it will appear.

Spring Data JPA: No property foo found for type Bar

No property user found for type

Public interface UserRepository extends JpaRepository {

User findByName (String userName)

}

You can see that the entity class field is userName, while repository is findByName! Just change it to findByUserName.

Reference https://blog.csdn.net/j080624/article/details/82559318

Https://www.cnblogs.com/oxygenG/p/10057525.html

Keyword method to name sql where sentence AndfindByNameAndPwdwhere name=? And pwd =? OrfindByNameOrSexwhere name=? Or sex=?Is,EqualsfindById,findByIdEqualswhere id=? BetweenfindByIdBetweenwhere id between? And? LessThanfindByIdLessThanwhere id

< ?LessThanEqualsfindByIdLessThanEqualswhere id ?GreaterThanEqualsfindByIdGreaterThanEqualswhere id >

=? AfterfindByIdAfterwhere id >? BeforefindByIdBeforewhere id

Top 10/where ROWNUM

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report