Package org.mongojack
Class TestDBRefHandling.ObjectIdCollectionOwner
- java.lang.Object
-
- org.mongojack.TestDBRefHandling.ObjectIdCollectionOwner
-
- Enclosing class:
- TestDBRefHandling
public static class TestDBRefHandling.ObjectIdCollectionOwner extends Object
-
-
Field Summary
Fields Modifier and Type Field Description String
_id
List<org.mongojack.DBRef<TestDBRefHandling.ObjectIdReferenced,byte[]>>
list
-
Constructor Summary
Constructors Constructor Description ObjectIdCollectionOwner()
-
-
-
Field Detail
-
_id
public String _id
-
list
public List<org.mongojack.DBRef<TestDBRefHandling.ObjectIdReferenced,byte[]>> list
-
-