Search:

Type: Posts; User: aachpach; Keyword(s):

Search: Search took 0.01 seconds.

  1. How to query documents with @DBRef using repositories

    I have two collections: Address and Person. Person refers Address class.

    @Document
    public class Address {

    @Id
    private ObjectId id;

    }
  2. Replies
    7
    Views
    2,389

    Hi a quick correction, I updated to 1.0.0.M3 and...

    Hi a quick correction, I updated to 1.0.0.M3 and i still have the same issue. Can you please tell me on which version did your fix get in?
  3. Replies
    7
    Views
    2,389

    I have the same issue @DBRef annotation not working with properties

    org.springframework.core.convert.ConverterNotFoundException: No converter found capable of converting from 'com.mongodb.DBRef' to 'com.test.Person'
    I am using spring-data-mongodb version 1.0.0.M2....
Results 1 to 3 of 3