Uses of Class
io.objectbox.model.ModelEntity
-
Packages that use ModelEntity Package Description io.objectbox.model -
-
Uses of ModelEntity in io.objectbox.model
Methods in io.objectbox.model that return ModelEntity Modifier and Type Method Description ModelEntityModelEntity. __assign(int _i, java.nio.ByteBuffer _bb)ModelEntityModel. entities(int j)ModelEntityModel. entities(ModelEntity obj, int j)ModelEntityModelEntity.Vector. get(int j)ModelEntityModelEntity.Vector. get(ModelEntity obj, int j)static ModelEntityModelEntity. getRootAsModelEntity(java.nio.ByteBuffer _bb)static ModelEntityModelEntity. getRootAsModelEntity(java.nio.ByteBuffer _bb, ModelEntity obj)Methods in io.objectbox.model with parameters of type ModelEntity Modifier and Type Method Description ModelEntityModel. entities(ModelEntity obj, int j)ModelEntityModelEntity.Vector. get(ModelEntity obj, int j)static ModelEntityModelEntity. getRootAsModelEntity(java.nio.ByteBuffer _bb, ModelEntity obj)
-