Has anyone used Spring Data Mongo along with QueryDSL without using the Morphia annotations? The QueryDSL doc on using Mongo appears to require the annotation of persistent classes with Morphia annotations, which I'd rather not do.
-matthew
Has anyone used Spring Data Mongo along with QueryDSL without using the Morphia annotations? The QueryDSL doc on using Mongo appears to require the annotation of persistent classes with Morphia annotations, which I'd rather not do.
-matthew
The Querydsl documentation describes the stuff they support out of the box. You can simply configure our MongoAnnotationProcessor to be used for APT and it will inspect Spring Data annotations instead.