Package io.objectbox.relation
@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.
-
ClassDescriptionRelationInfo<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.