开发者社区> 问答> 正文

ExampleMatcher.matching().withIgnorePaths 问题

已解决

ExampleMatcher.matching().withIgnorePaths(“lastname”) 忽略lastname属性路径是啥意思?

展开
收起
Atom 2020-04-20 15:27:45 2834 0
1 条回答
写回答
取消 提交回答
  • 采纳回答

    findByExample 时,lastname属性不计入检索条件 比如你有一个 User 里面有 id firstname lastname 然后你构建了一个 Example 乎略掉了 lastname 这个属性,那么生成的语句里就不会带有 lastname。withIgnorePaths 会返回一个新的 ExampleMatcher 实例的,下边 Example.of() 应该传这个新的实例。1.png 来源:云原生后端社区

    2020-04-20 15:30:02
    赞同 展开评论 打赏
问答地址:
问答排行榜
最热
最新

相关电子书

更多
AVPASS-Leaking-And-Bypassing-Anitvirus-Detection-Model-Automatically 立即下载
AVPASS:Automatically Bypassing 立即下载
SparkOscope: Enabling Apache Spark Optimization Through Cross-Stack Monitoring and Visualization 立即下载