20

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 went wrong way. Please explain about this.

verystrongjoe
  • 3,831
  • 9
  • 35
  • 66

1 Answers1

33

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.

Timo Westkämper
  • 21,824
  • 5
  • 78
  • 111