Uses of Interface
io.objectbox.relation.ListFactory
-
Packages that use ListFactory Package Description io.objectbox.relation -
-
Uses of ListFactory in io.objectbox.relation
Classes in io.objectbox.relation that implement ListFactory Modifier and Type Class Description static classListFactory.ArrayListFactorystatic classListFactory.CopyOnWriteArrayListFactoryFields in io.objectbox.relation declared as ListFactory Modifier and Type Field Description private ListFactoryToMany. listFactoryMethods in io.objectbox.relation that return ListFactory Modifier and Type Method Description ListFactoryToMany. getListFactory()Methods in io.objectbox.relation with parameters of type ListFactory Modifier and Type Method Description voidToMany. setListFactory(ListFactory listFactory)Currently only used for non-persisted entities (id == 0).
-