jpa 使用findby查询,参数为空的时候不作为条件,怎么搞?类似mybatis 的 where <if test='xx != null'> column = xx </if> 这种功能。比如我有一个findByNameAndAge(String name,Integer age);,当age为空时,只按name查询,age不作为条件。网上查的都不是使用findBy这种模式。谢谢
where <if test='xx != null'> column = xx </if>
findByNameAndAge(String name,Integer age);
慕田峪4524236
相关分类