emilsjolander / sprinkles

Sprinkles is a boiler-plate-reduction-library for dealing with databases in android applications
Apache License 2.0
772 stars 84 forks source link

some new features #80

Open lsjwzh opened 10 years ago

lsjwzh commented 10 years ago

Hi,@emilsjolander After few weeks of work i added some features to Sprinkles, and i also modified the test files for new features. This version may have some bad smell,could you help me to improve it. Things will run better if there are more people to discuss. features 1.ManyToOne and OneToMany 2.Auto create table 3.Entity Cache 4.LazyLoad 5.Fluent Query Interface

lsjwzh commented 10 years ago

I found a problem at adding migration when AutoGen annotation have been setted.I will fix it as soon as possible. ———————————————— ignore this.........that is not a bug.