我想不同的數據存儲到一個集合中的MongoDB,並與相應的字段數據春豆.. 對不起,我跳過的細節。 父bean: class A
int a
柴爾茲: class B extends A
double b
class C extends A
String c
因此,有以下的蒙戈 {a : 1, b : 2.3, c : "Test"}
當我獲取數據,這
使用:春天3.1.0.RELEASE,春數據MongoDB的1.0.0.RELEASE 我有這樣定義的文檔類: @Document
public class MyDoc
{
@Indexed
@DBRef
private User owner;
...
我想選擇所有MyDoc情況與此存儲庫定義一個特定的用戶: public interface MyD