JpaRepository select的结果不明的合同是什么?

时间:2018-10-08 22:37:41

标签: spring-data-jpa

如果有重复的行,JpaRepository select的行为是什么?

例如,如果USER表中的电子邮件/电话不是唯一的,会发生什么:

User findByEmail(String email);
Optional<User> findByPhone(String phone);

请不要将类型更改为List<?>

0 个答案:

没有答案