Uses of Interface
io.objectbox.internal.ToManyGetter
Packages that use ToManyGetter
Package
Description
-
Uses of ToManyGetter in io.objectbox.relation
Fields in io.objectbox.relation declared as ToManyGetterModifier and TypeFieldDescriptionfinal ToManyGetter<TARGET, SOURCE> RelationInfo.backlinkToManyGetterFor ToMany relations based on ToMany backlinks (null otherwise).final ToManyGetter<SOURCE, TARGET> RelationInfo.toManyGetterOnly set for ToMany relationsConstructors in io.objectbox.relation with parameters of type ToManyGetterModifierConstructorDescriptionRelationInfo(EntityInfo<SOURCE> sourceInfo, EntityInfo<TARGET> targetInfo, ToManyGetter<SOURCE, TARGET> toManyGetter, int relationId) Stand-alone ToMany.RelationInfo(EntityInfo<SOURCE> sourceInfo, EntityInfo<TARGET> targetInfo, ToManyGetter<SOURCE, TARGET> toManyGetter, ToManyGetter<TARGET, SOURCE> backlinkToManyGetter, int targetRelationId) ToMany as a ToMany backlinkRelationInfo(EntityInfo<SOURCE> sourceInfo, EntityInfo<TARGET> targetInfo, ToManyGetter<SOURCE, TARGET> toManyGetter, Property<TARGET> targetIdProperty, ToOneGetter<TARGET, SOURCE> backlinkToOneGetter) ToMany as a ToOne backlink