我是 mpngodb 的新手。
我有两个系列。
Tenant
{
Tenant_ID:123, Tenant_Info:new
Tenant_ID:456, Tenant_Info:old
}
System
{
System_ID:768, Tenant_ID:123,System_Info:"check"
}
我需要使用系统集合 Tenant_ID 引用租户集合 Tenant_ID。
任何人都可以帮助我使用 mongodb 的 DBREF java 代码来实现这种关系吗?