2021-11-15
jpa 按语法自定义命名
对应数据库,in查询
例1
public interface DcTotalAgreementRepository extends JpaRepository<Agreement, Long>, JpaSpecificationExecutor<Agreement> {
List<Agreement> findByIdIn(Long[] ids);
}
例2
public interface CredentialsRepository e
原创
2021-11-15 17:04:12 ·
640 阅读 ·
0 评论