David Chandler

Results 13 issues of 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...

enhancement

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...

bug

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...

enhancement

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...

enhancement

Provide limited support for relations. Perhaps a @Key annotation which would create a FOREIGN KEY constraint and generate corresponding helper methods in DAO classes.

enhancement

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...

enhancement

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.

enhancement

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...

enhancement

From https://code.google.com/p/storm-gen/issues/detail?id=38 Storm should support arrays to work well with apis like goole Gson...

enhancement

See https://code.google.com/p/storm-gen/issues/detail?id=30

enhancement