The difference between com.mysema.query and com.querydsl?

前端 未结 1 937
耶瑟儿~
耶瑟儿~ 2021-02-07 05:45

I am a newbie in querydsl. I saw two types of querydsl implementations.

Is there any differnece? I already developed with com.mysema.query implementation. But I think I

相关标签:
1条回答
  • 2021-02-07 06:13

    com.querydsl is the root package for Querydsl 4.* and com.mysema.query is the root package for Querydsl 3.*.

    The background is that Querydsl was initially owned by Mysema, but is now owned and mantained by the Querydsl team.

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