springboot: Spring Data JpaRepository

 dao接口繼承JpaRepository接口  使用dao查詢數據.  findAll()是JpaRepository接口中的方法  框架會生成一個動態代理類, 執行dao的findAll()方法,實際執行的是動態代理類的findAll()方法。
相關文章
相關標籤/搜索