I have two collections: Address and Person. Person refers Address class.
@Document
public class Address {
@Id
private ObjectId id;
}
Type: Posts; User: aachpach; Keyword(s):
I have two collections: Address and Person. Person refers Address class.
@Document
public class Address {
@Id
private ObjectId id;
}
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?
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....