Monthly Archives: August 2011

Query builder and lazy loading lists

Today we release a new release of greenDAO with two new major features: a builder for queries, and result lists that load data on the go. The new QueryBuilder class lets you build custom queries for your entities. Before we … Continue reading

Posted in News | Tagged , , , | Comments Off

greenDAO 2nd Preview

Eight days after the public launch of greenDAO, we are releasing the next preview version of our ORM Mapper for Android. This version brings quite a few new features: DaoSession: A concept similar to a Hibernate Session or the persistence context of JPA’s … Continue reading

Posted in News | Tagged , , , | Comments Off

greenDAO Public Release

Today, we release greenDAO to the public. greenDAO is an ORM tool for Android that maps Java objects to SQLite database tables. It does that pretty quick and offers a nice and clean object oriented API for Android developers. With … Continue reading

Posted in News | Tagged | Comments Off