首页>代码>IntelliJ IDEA下SpringBoot+Maven+springdata JPA+EasyUI整合实现增删改查及分页入门项目实例>/studySpringBootAndEasyUI/src/main/java/cn/temptation/dao/PersonDao.java
package cn.temptation.dao; import cn.temptation.model.Person; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; /** * 因为需要使用分页和条件查询,所以从JpaRepository接口 和 JpaSpecificationExecutor接口继承 */ public interface PersonDao extends JpaRepository<Person, Integer>, JpaSpecificationExecutor<Person> { }
最近下载更多
oldfox LV19
10月22日
601601lmy LV5
2023年10月20日
刘亦菲9527 LV15
2022年1月25日
c15042361021 LV4
2021年7月8日
woshicainiao2 LV4
2021年5月12日
caozongan LV19
2021年3月10日
Qolmen LV12
2020年12月22日
hidemoon LV2
2020年11月25日
qa38113202 LV1
2020年9月14日
bianjun LV1
2020年9月2日
最近浏览更多
oldfox LV19
10月22日
y1214435276 LV9
9月26日
206031487
6月19日
暂无贡献等级
17380184110
6月19日
暂无贡献等级
f22m1a2b2 LV17
5月31日
ma406805131 LV15
5月11日
killler
3月25日
暂无贡献等级
601601lmy LV5
2023年10月20日
SDASDASDAD LV1
2023年10月16日
漫步的海星 LV4
2023年9月21日