Custom Repository Base Class + QueryDslPredicateExecutor

前端 未结 1 1858
粉色の甜心
粉色の甜心 2021-01-21 19:00

I have found QueryDslPredicateExecutor very useful for reducing boilerplate, but it seems to be throwing a monkey wrench into the works. I\'m now trying to extend <

相关标签:
1条回答
  • 2021-01-21 19:24

    I solved a similar issue by having my base repository extend the QueryDslMongoRepository.
    You may be able able to extend a similar class.

    "No property exists found for type"... When using the QueryDslPredicateExecutor with MongoDB and Spring-Data

    0 讨论(0)
提交回复
热议问题