-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed generated resources from git, removed Domain annotation and
usage in domain objects (not going there!), removed ClassFinder, added Query Parser
- Loading branch information
Showing
13 changed files
with
11 additions
and
198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
/jarlist.cache | ||
/NonMavenAndroidSQLLiteOrm.apk | ||
/res | ||
/AndroidSqLiteOrm.apk | ||
/NonMavenAndroidSQLLiteOrmMerged.apk | ||
/classes.dex | ||
/resources.ap_ |
Binary file not shown.
Binary file modified
BIN
-132 Bytes
(96%)
bin/classes/com/perfectworldprogramming/mobile/orm/test/domain/Account.class
Binary file not shown.
Binary file modified
BIN
-132 Bytes
(97%)
bin/classes/com/perfectworldprogramming/mobile/orm/test/domain/Address.class
Binary file not shown.
Binary file modified
BIN
-132 Bytes
(98%)
bin/classes/com/perfectworldprogramming/mobile/orm/test/domain/Person.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...classes/com/perfectworldprogramming/mobile/orm/test/interfaces/CursorRowMapperTests.class
Binary file not shown.
Binary file not shown.
38 changes: 0 additions & 38 deletions
38
src/com/perfectworldprogramming/mobile/orm/annotations/Domain.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 3 additions & 5 deletions
8
test/com/perfectworldprogramming/mobile/orm/test/domain/Person.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
149 changes: 0 additions & 149 deletions
149
test/com/perfectworldprogramming/mobile/orm/test/reflection/ClassFinder.java
This file was deleted.
Oops, something went wrong.