Package org.mongojack
Class TestDBRefHandling.Owner
- java.lang.Object
-
- org.mongojack.TestDBRefHandling.Owner
-
- Enclosing class:
- TestDBRefHandling
public static class TestDBRefHandling.Owner extends Object
-
-
Field Summary
Fields Modifier and Type Field Description String
_id
org.mongojack.DBRef<TestDBRefHandling.Referenced,String>
ref
-
Constructor Summary
Constructors Constructor Description Owner()
Owner(org.mongojack.DBRef<TestDBRefHandling.Referenced,String> ref)
-
-
-
Field Detail
-
_id
public String _id
-
ref
public org.mongojack.DBRef<TestDBRefHandling.Referenced,String> ref
-
-
Constructor Detail
-
Owner
public Owner(org.mongojack.DBRef<TestDBRefHandling.Referenced,String> ref)
-
Owner
public Owner()
-
-