We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c950ac commit b79519dCopy full SHA for b79519d
objectbox-java/src/main/java/io/objectbox/relation/ToOne.java
@@ -37,9 +37,7 @@
37
* the ToMany object will not be notified/updated about persisted changes here.
38
* Call {@link ToMany#reset()} so it will update when next accessed.
39
*/
40
-// TODO add more tests
41
// TODO not exactly thread safe
42
-// TODO enforce not-null (not zero) checks on the target setters once we use some not-null annotation
43
public class ToOne<TARGET> implements Serializable {
44
private static final long serialVersionUID = 5092547044335989281L;
45
0 commit comments