当前位置:网站首页>JPA naming rules

JPA naming rules

2022-06-30 09:06:00 Dazhi Technology

JPA Naming rules
Follow Elasticsearch SDES Naming rules equally
Reprint https://blog.csdn.net/u012102104/article/details/79041100

//ElasticsearchRepository< Generic , Primary key type >
public interface changeDao  extends ElasticsearchCrudRepository<change,Long> {
    

    public List<change> findByTitle(String title);
}
原网站

版权声明
本文为[Dazhi Technology]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202160530316563.html