Just released v2.1.0.
Main new Features are:
- Asynchronous Query execution
----------------------------------
http://www.avaje.org/ebean/introquery_future.html
http://www.avaje.org/static/javadoc/pub/com/avaje/ebean/FutureList.html
- PagingList Query:
----------------------------------
http://www.avaje.org/ebean/introquery_paginglist.html
http://www.avaje.org/static/javadoc/pub/com/avaje/ebean/PagingList.html
- Refactoring of caching
----------------------------------
- Exposing the L2 Cache API
- Declarative caching via @CacheStrategy
- Support for 'read only' 'shared instances'
... to return the bean from the cache rather than a new instance with data copy.
The user guide (pdf) has been updated and now covers:
- Introduction to the Persistence Context
- Persistence context as the 'first level cache'
- Bean Cache and Query Cache
- How to use the server caches
Cheers, Rob.