David Chandler
David Chandler
From https://code.google.com/p/storm-gen/issues/detail?id=17 Reported by [email protected], Jan 31, 2013 FilterBuilder could support a broader scope of "predicate" Adding greater/ less than / order by / limit could be really helpful objetList...
From https://code.google.com/p/storm-gen/issues/detail?id=42 What steps will reproduce the problem? 1. Have an entity with boolean type field 2. Create this entity and set only this field 3. dao.queryByExample What is the...
From https://code.google.com/p/storm-gen/issues/detail?id=43 Proivde support for Iterator in DAO. Right now, client code has to do dao.listAll(); to show the table records to show in a list. This reads all table...
From https://code.google.com/p/storm-gen/issues/detail?id=23 What steps will reproduce the problem? 1. Set id of object to be persisted 2. Save (insert) object into table 3. Auto-increment ID used not the one provided...
Provide limited support for relations. Perhaps a @Key annotation which would create a FOREIGN KEY constraint and generate corresponding helper methods in DAO classes.
What steps will reproduce the problem? 1. Set up a basic project as described on the project home page 2. Use the Eclipse shortcut to rename the classname of the...
From https://code.google.com/p/storm-gen/issues/detail?id=21 It would be nice to open an existing SQLite file not created with stORM and have the mappings work.
See https://code.google.com/p/storm-gen/issues/detail?id=37 Reported by brhargett, Jun 19, 2013 I am using this in conjunction with Square's open source project Tape. Tape requires a Serializable class and for completeness I wanted...
From https://code.google.com/p/storm-gen/issues/detail?id=38 Storm should support arrays to work well with apis like goole Gson...
See https://code.google.com/p/storm-gen/issues/detail?id=30