ErrLookup › greenrobot/greenDAO
greenrobot/greenDAO
greenDAO is a light & fast ORM solution for Android that maps objects to SQLite databases. · Java · 83 source files
Analyzed at 0bbb338e17 on 2026-09-08. 52 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| This operation only works with cached lazy lists | exception | error | greendao, lazylist, android, database |
| Could not init DAOConfig | exception | error | database, reflection, code-generation, greendao |
| No mapping for | exception | error | greendao, codegen, type-mapping, internal |
| Internal error: peeked op did not match removed op | exception | error | async, threading, internal-error |
| Type is already non-primitive | exception | error | greendao, codegen, config-error, property-type |
| Property does not exist in | exception | error | greendao, code-generation, schema, foreign-key |
| Duplicate property ordinals | exception | critical | greendao, orm, code-generation, schema |
| Callable failed | exception | error | database, transaction, callable |
| Illegal boolean value: Strings must be "TRUE" or "FALSE"… | exception | error | greendao, query, boolean, type-mismatch |
| Source entity has no primary key, but we need it for | exception | error | greendao, codegen, to-many, primary-key |
| does not exist. This check is to prevent accidental file… | exception | error | greendao, code-generation, file-not-found |
| Unsupported operation | exception | error | async, version-mismatch, greendao |
| Property type uninitialized | exception | error | greendao, codegen, to-many, uninitialized |
| Table alias required | exception | error | greendao, orm, sql, query |
| Loading of entity failed (null) at position | exception | error | greendao, cursor, concurrency, android |
| Could not move to cursor location | exception | error | greendao, cursor, index-out-of-range, android |
| Property ' | exception | error | greendao, querybuilder, android, database |
| Using an encrypted database requires SQLCipher, make sure… | exception | error | database, encryption, sqlcipher, missing-dependency |
| Offset cannot be set without limit | exception | error | greendao, querybuilder, sql, android |
| Unsupported type | validation | error | greendao, orm, primary-key, configuration |
| Duplicate name for | exception | error | greendao, code-generation, duplicate, relations |
| Property already defined: | exception | error | greendao, code-generation, duplicate, schema |
| No entity found for query | exception | error | greendao, query, android, database |
| This operation did not yet complete | exception | error | async, lifecycle, greendao |
| Interrupted while waiting for operation to complete | exception | error | async, interrupt, threading |
| Illegal date value: expected java.util.Date or Long for… | exception | error | greendao, where-condition, date, android |
| Illegal parameter index: | exception | error | greendao, orm, query, parameters |
| Source properties do not match target properties: | exception | error | greendao, codegen, to-many, property-mismatch |
| Illegal value: found array, but simple object required | exception | error | greendao, where-condition, android, validation |
| AUTOINCREMENT is only available to primary key properties… | exception | error | greendao, code-generation, schema, sqlite |
| Interrupted while waiting for all operations to complete | exception | error | async, interrupt, threading |
| Target entity has no primary key, but we need it for | exception | error | greendao, codegen, many-to-many, primary-key |
| JOINs are not supported for DELETE queries | exception | error | greendao, sql, delete, android |
| Currently only single FK columns are supported: | exception | error | greendao, codegen, to-one, foreign-key |
| No DAO registered for | exception | error | database, greendao, dao-session, code-generation |
| Protobuf entities do not support realtions, currently | exception | error | greendao, code-generation, protobuf, unsupported |
| Expected unique result, but count was | exception | error | database, greendao, query, duplicate-rows |
| Interface defined more than once: | exception | error | greendao, code-generation, duplicate |
| Method may be called only in owner thread, use… | exception | error | greendao, orm, threading, concurrency |
| Illegal boolean value: numbers must be 0 or 1, but was | exception | error | greendao, where-condition, boolean, android |
| Cannot update entity without key - was it inserted before? | exception | error | database, greendao, null-key, update |
| Entity does not exist in the database anymore | exception | error | database, greendao, stale-key, deleted-entity |
| Cannot delete entity, key is null | exception | error | database, greendao, null-key, delete |
| Unexpected column count: | exception | error | greendao, orm, database, count |
| Entity may not be null | validation | error | database, greendao, null-entity, null-check |
| Unexpected row count: | exception | error | greendao, orm, database, count |
| ( ) does not have a single-column primary key | exception | error | database, greendao, primary-key, composite-key |
| Protobuf entities do not support relations, currently | exception | error | greendao, code-generation, protobuf, unsupported |
| Entity has no key | exception | error | database, greendao, null-key, unpersisted-entity |
| Offset must be set with QueryBuilder before it can be used… | exception | error | greendao, orm, query, pagination |
| No result for count | exception | error | greendao, orm, database, count |
| Limit must be set with QueryBuilder before it can be used… | exception | error | greendao, orm, query, pagination |