-
If I switching from git branch with grendao entities v1 to another branches with different versions generated code does not recreate GreenDAO entities and GreenDAO classes after making project. It lea…
volic updated
7 years ago
-
I have several modules in my project and i want to use Greendao3.0 in different modules with only one database file. What should i do?
-
As we can execute an "Update " statement on database with where condition, but those changes are not reflected in corresponding Dao.
-
Error:Execution failed for task ':app:greendao'.
> Can't add field `Variable(type=VariableType(name=org.joda.time.LocalDateTime, isPrimitive=false, originalName=LocalDateTime, typeArguments=null), na…
-
Does GreenDao have the ability to monitor database content changes?
Similar to Android comes with **ContentProvider + ContentObserve** to achieve the SQLite database operation and monitoring.
-
I put greendao-gradle-plugin in my android studio by DOC
but I can't regen Daos by make project
Daos remain in old state after I edit my entity with @Unique (@Entity)
this is my entity :
```
pack…
-
Here is the error
> Error:Execution failed for task ':configure:greendao'.
> org.eclipse.jdt.internal.compiler.batch.FileSystem.([Lorg/eclipse/jdt/internal/compiler/batch/FileSystem$Classpath;[Ljava…
-
Using
`compile 'com.github.yongjhih.android-proguards:android-proguards:-SNAPSHOT'`
is not working, it just result in a endless "Gradle: Resolve dependencies". Any ideas why?
-
经多次测试,在实体中添加int类型新数据的时候,就会报错,无法添加数据库
-
What is the most biggest difference between ``ObjectBox`` and (``GreenDao3.2, Realm``)?
I have read the feature in the document, but i still can't understand its advantage. ``GreenDao3.2`` will be …