@ParametersAreNonnullByDefault
Package io.objectbox.relation
Classes to manage
ToOne
and ToMany
relations between Entities.
For more details look at the documentation of individual classes and docs.objectbox.io/relations.
-
Interface Summary Interface Description ListFactory -
Class Summary Class Description ListFactory.ArrayListFactory ListFactory.CopyOnWriteArrayListFactory RelationInfo<SOURCE,TARGET> Meta info describing a relation including source and target entity.ToMany<TARGET> A to-many relation of an entity that references multiple objects of aToMany
entity.ToOne<TARGET> A to-one relation of an entity that references one object of aToOne
entity.