## 关于**SpringDataJpa**使用属性名来创建方法如何去重
关于SpringDataJpa使用属性名来创建方法如何去重
userEntitys= new ArrayList<>(userEntityList.stream().
collect(Collectors.toMap(UserEntity::getReference, Function.identity(), (oldValue, newValue) -> oldValue))....
原创
2019-05-20 14:15:38 ·
875 阅读 ·
0 评论