Uses of Class
io.objectbox.model.ModelRelation
-
Packages that use ModelRelation Package Description io.objectbox.model -
-
Uses of ModelRelation in io.objectbox.model
Methods in io.objectbox.model that return ModelRelation Modifier and Type Method Description ModelRelationModelRelation. __assign(int _i, java.nio.ByteBuffer _bb)ModelRelationModelRelation.Vector. get(int j)ModelRelationModelRelation.Vector. get(ModelRelation obj, int j)static ModelRelationModelRelation. getRootAsModelRelation(java.nio.ByteBuffer _bb)static ModelRelationModelRelation. getRootAsModelRelation(java.nio.ByteBuffer _bb, ModelRelation obj)ModelRelationModelEntity. relations(int j)ModelRelationModelEntity. relations(ModelRelation obj, int j)Methods in io.objectbox.model with parameters of type ModelRelation Modifier and Type Method Description ModelRelationModelRelation.Vector. get(ModelRelation obj, int j)static ModelRelationModelRelation. getRootAsModelRelation(java.nio.ByteBuffer _bb, ModelRelation obj)ModelRelationModelEntity. relations(ModelRelation obj, int j)
-