首页>代码>Spring+Spring MVC+SpringData JPA整合完成增删改查,翻页实例>/src/com/atguigu/sssp/repository/DepartmentRepository.java
package com.atguigu.sssp.repository; import java.util.List; import javax.persistence.QueryHint; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.Query; import org.springframework.data.jpa.repository.QueryHints; import com.atguigu.sssp.entity.Department; public interface DepartmentRepository extends JpaRepository<Department, Integer>{ @QueryHints({@QueryHint(name=org.hibernate.ejb.QueryHints.HINT_CACHEABLE,value="true")}) @Query("FROM Department d") List<Department> getAll(); }
最近下载更多
fengshengtian LV8
2022年2月26日
2235140624 LV17
2021年8月18日
q503030950 LV2
2021年8月5日
250979238 LV2
2021年1月24日
郑立祥 LV1
2020年3月15日
SWR0302 LV1
2020年3月12日
chenqiwu LV1
2020年1月30日
氪氪超爱氪氪 LV10
2020年1月14日
josephlong LV1
2019年10月21日
天使说他爱笑 LV1
2019年10月7日
最近浏览更多
微信网友_6925684083642368
6月21日
暂无贡献等级
nurgul LV1
6月8日
and123456 LV11
2023年4月5日
fengshengtian LV8
2022年2月26日
微信网友_5804084997853184
2022年1月25日
暂无贡献等级
liangge2115 LV27
2021年12月6日
CrystalQ LV8
2021年11月20日
三岁就很帅 LV6
2021年9月16日
2235140624 LV17
2021年8月18日
东方星空 LV1
2021年8月6日