RushOrm icon indicating copy to clipboard operation
RushOrm copied to clipboard

Object-relational mapping for Android

Results 43 RushOrm issues
Sort by recently updated
recently updated
newest added

Hello! I'm using this function in order to replace items from an API REST: ``` private void saveList(List models) { for (T model : models) { ((Model) model).registerWithId(); // RushCore.getInstance().registerObjectWithId(this,...

Hi, every time I need change my model structure (example add new class), I increment by one dbVersion (no debug mode), compile and install app, when code run .save() of...

Could not initialize rush orm and its throw exception mention below. E/AndroidRuntime: FATAL EXCEPTION: Thread-724 Process: com.arkaa.app.patient, PID: 15949 java.lang.NullPointerException at co.uk.rushorm.core.implementation.ReflectionTableStatementGenerator.generateStatements(ReflectionTableStatementGenerator.java:50) at co.uk.rushorm.core.RushCore.createTables(RushCore.java:470) at co.uk.rushorm.core.RushCore.access$200(RushCore.java:39) at co.uk.rushorm.core.RushCore$1.run(RushCore.java:130) at java.lang.Thread.run(Thread.java:841)

Could not load Finalizer in its own class loader.Loading Finalizer in the current class loader instead. As a result, you will not be ableto garbage collect this class loader. To...

Hi, I have this: ``` public class UserData extends RushObject { private String name; private String age; private String gender; private String location; private String weight; private String height; private...

Hey guys, I'm having the same problem as #74... I'm getting a NullPointerException when trying to execute a Rush search... Heres some raw data: Stack Trace: ``` 02-11 23:30:33.780 10392-10672/xyz.nulldev.slickmangaapp...

I'm starting a new ticket for this as the other one is closed already. Closely related to #78 I guess. I'm kinda in the same spot right now as olavbg...

Hi, What do you think about synchronous initialization? I know that you rewrite it to async, but in my case I need it to be synchronous. For example, I want...

I've been looking for a way to make data modifications before or after a migration is run and I'm not sure if there is a way to do it or...

We have some ANRs in our Project due to rush queue: ``` DALVIK THREADS (38): "main" prio=5 tid=1 Waiting | group="main" sCount=1 dsCount=0 obj=0x759306c8 self=0xb4f07800 | sysTid=17679 nice=0 cgrp=apps sched=0/0...