pardom-zz / ActiveAndroid

Active record style SQLite persistence for Android
http://www.activeandroid.com
4.7k stars 1.03k forks source link

Adding fluent capabilities #430

Open akirarulez opened 8 years ago

akirarulez commented 8 years ago

Added two class in order to access data with a syntax like this:

Database.Instance().Repository(MyEntity.class).getAll()