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 3333 * A to-relation is unidirectional: it points from the source entity to the target entity.
3434 * The target is referenced by its ID, which is persisted in the source entity.
3535 * <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.
3839 */
3940// TODO add more tests
4041// TODO not exactly thread safe
You can’t perform that action at this time.
0 commit comments