File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
objectbox-java/src/main/java/io/objectbox/relation Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 33
33
* A to-relation is unidirectional: it points from the source entity to the target entity.
34
34
* The target is referenced by its ID, which is persisted in the source entity.
35
35
* <p>
36
- * If their is a backlink {@link ToMany} relation based on this to-one relation,
37
- * the ToMany object will not be notified/updated about changes done here (use {@link ToMany#reset()} if required).
36
+ * If there is a {@link ToMany} relation linking back to this to-one relation (@Backlink),
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.
38
39
*/
39
40
// TODO add more tests
40
41
// TODO not exactly thread safe
You can’t perform that action at this time.
0 commit comments