-
Recent Posts
-
Recent Comments
- Yishai on greenDAO 1.3 Release
- ramki on greenDAO 1.3 Release
- Anatoliy on greenDAO 1.3 Release
- ajay on greenDAO 1.3 Release
- DaoMaster on greenDAO 1.3 Release
-
Archives
-
Pages
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
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
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