Results 1 to 3 of 3

Thread: QueryDSL + SD Mongo **without** Morphia?

  1. #1
    Join Date
    Jul 2005
    Location
    Austin, TX
    Posts
    137

    Question QueryDSL + SD Mongo **without** Morphia?

    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

  2. #2
    Join Date
    Apr 2006
    Location
    Dresden, Germany
    Posts
    493

    Default

    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.

  3. #3
    Join Date
    Jul 2005
    Location
    Austin, TX
    Posts
    137

    Default

    Quote Originally Posted by Oliver Gierke View Post
    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.
    Good tip. Perhaps that's worth mentioning in the SD Mongo docs. Thanks!

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •