-
sourceInfo
EntityInfo<T> sourceInfo
-
targetInfo
EntityInfo<T> targetInfo
-
targetIdProperty
Property<ENTITY> targetIdProperty
For relations based on a target ID property (null otherwise).
-
targetRelationId
int targetRelationId
For ToMany relations based on ToMany backlinks (0 otherwise).
-
toOneGetter
io.objectbox.internal.ToOneGetter<SOURCE> toOneGetter
Only set for ToOne relations
-
toManyGetter
io.objectbox.internal.ToManyGetter<SOURCE> toManyGetter
Only set for ToMany relations
-
backlinkToOneGetter
io.objectbox.internal.ToOneGetter<SOURCE> backlinkToOneGetter
For ToMany relations based on ToOne backlinks (null otherwise).
-
backlinkToManyGetter
io.objectbox.internal.ToManyGetter<SOURCE> backlinkToManyGetter
For ToMany relations based on ToMany backlinks (null otherwise).
-
relationId
int relationId
For stand-alone to-many relations (0 otherwise).