Issues
- 0
Change `EntityDescription#getProperties` to return `List<? extends Property<OWNER, ?>>` instead of array for ensured type safety.
#56 opened by TadeasKriz - 0
Add `@EntityShadow(Class<ENTITY>)` for typesafe readonly access to some of entity's properties
#54 opened by TadeasKriz - 1
Do a spring cleanup and refactor out old code.
#34 opened by TadeasKriz - 0
- 0
[CRITICAL] AndroidSQLiteEngine's method `first(LoadQuery)` doesn't close cursor if there are more rows than 1 matched by the query!
#46 opened by TadeasKriz - 0
Getting entity by id with passing invalid id should return null, not throw `java.util.NoSuchElementException`
#50 opened by matoushybl - 0
Add #map() to get Map<Long, ENTITY>
#48 opened by TadeasKriz - 0
Precompile statement when function applies in method `each` of AndroidSQLiteEngine
#47 opened by TadeasKriz - 0
- 0
- 0
Move documentation to readthedocs.org
#42 opened by TadeasKriz - 0
Draft a roadmap for Torch
#41 opened by TadeasKriz - 0
Torch should not require @Ignore for getters/setters if there is not a private field declared for the name.
#40 opened by TadeasKriz - 0
Add support for Realm database
#39 opened by TadeasKriz - 0
Add support for creating a SQLite database file to put it into the apk on build.
#38 opened by TadeasKriz - 0
Add support for manual transactions
#37 opened by TadeasKriz - 0
Fix gradle showing `note` logs as `errors`.
#36 opened by TadeasKriz - 1
Implement full support for Refs
#6 opened by TadeasKriz - 0
Change `Torch do not support` to `Torch does not support` in property validation.
#35 opened by TadeasKriz - 0
Add support for transactions.
#33 opened by TadeasKriz - 0
@Id has to be type Long
#29 opened by TadeasKriz - 0
Fail torch compilation if any error occurs
#32 opened by TadeasKriz - 1
- 0
Add module torch-util-android
#17 opened by TadeasKriz - 0
- 0
- 0
- 0
Improve javadoc for torch-api module.
#28 opened by TadeasKriz - 1
- 0
When loading from torch with multiple orders, it fails because there is no ',' delimiter between the order terms
#27 opened by TadeasKriz - 0
Improve test coverage
#26 opened by TadeasKriz - 0
Split metadata class into two classes
#14 opened by TadeasKriz - 1
Test performance difference between registering entity class and entity metadata instance.
#25 opened by matoushybl - 0
- 0
Add support for interface entities.
#21 opened by TadeasKriz - 0
Add prefix for table columns
#20 opened by TadeasKriz - 0
- 0
- 0
- 0
- 1
- 0
Implement #count() method for loaders.
#16 opened by TadeasKriz - 0
FloatCursorMarshaller missing!
#11 opened by TadeasKriz - 0
Implement support for collections
#7 opened by TadeasKriz - 0
Write Deleter API
#3 opened by TadeasKriz - 0
- 1
Make sure brightify works with Java 1.6
#10 opened by TadeasKriz - 0
- 0
Implement full support for Keys
#5 opened by TadeasKriz - 0
Implement upgrading tables
#2 opened by TadeasKriz