Uses of Interface
io.objectbox.internal.ToOneGetter
-
Packages that use ToOneGetter Package Description io.objectbox.relation -
-
Uses of ToOneGetter in io.objectbox.relation
Fields in io.objectbox.relation declared as ToOneGetter Modifier and Type Field Description ToOneGetter<TARGET,SOURCE>RelationInfo. backlinkToOneGetterFor ToMany relations based on ToOne backlinks (null otherwise).ToOneGetter<SOURCE,TARGET>RelationInfo. toOneGetterOnly set for ToOne relationsConstructors in io.objectbox.relation with parameters of type ToOneGetter Constructor Description RelationInfo(EntityInfo<SOURCE> sourceInfo, EntityInfo<TARGET> targetInfo, ToManyGetter<SOURCE,TARGET> toManyGetter, Property<TARGET> targetIdProperty, ToOneGetter<TARGET,SOURCE> backlinkToOneGetter)ToMany as a ToOne backlinkRelationInfo(EntityInfo<SOURCE> sourceInfo, EntityInfo<TARGET> targetInfo, Property<SOURCE> targetIdProperty, ToOneGetter<SOURCE,TARGET> toOneGetter)ToOne
-