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
com.querydsl is the root package for Querydsl 4.* and com.mysema.query is the root package for Querydsl 3.*.
com.querydsl
com.mysema.query
The background is that Querydsl was initially owned by Mysema, but is now owned and mantained by the Querydsl team.