首页>代码>Spring Boot学习(十)之Spring Boot开启声明式事务 博客源码>/springbootstudy-demo10-transactional/src/main/java/com/xiaojingg/domain/UserRepository.java
package com.xiaojingg.domain; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.Query; import org.springframework.data.repository.query.Param; /** * 筱进GG */ public interface UserRepository extends JpaRepository<User, Long> { User findByName(String name); User findByNameAndAge(String name, Integer age); @Query("from User u where u.name=:name") User findUser(@Param("name") String name); }
最近下载更多
xxxjjj123 LV6
2021年7月30日
newhaijun LV15
2020年12月28日
tiansitong LV14
2020年11月3日
智慧树qwwe LV24
2018年6月1日
依韵2018 LV14
2018年4月1日
hao___feng LV5
2018年3月26日
最代码官方 LV168
2018年1月20日
最近浏览更多
907552380 LV13
2022年6月6日
dgut201841404129
2022年4月5日
暂无贡献等级
wanglinddad LV55
2021年12月30日
ᯤ⁵²¹ᴳ⁺ LV8
2021年10月11日
张伟健
2021年8月5日
暂无贡献等级
xxxjjj123 LV6
2021年7月30日
mugege123 LV6
2021年1月21日
掩饰的流沙 LV6
2021年1月6日
newhaijun LV15
2020年12月28日
tiansitong LV14
2020年11月3日