Caching changes and refactoring, includes Fix for Wobu - TestCacheCollectionIds test case

This commit is contained in:
Rob Bygrave
2014-04-25 03:06:22 +12:00
parent 696dabc658
commit ed0fe7fd57
17 changed files with 640 additions and 254 deletions
@@ -13,7 +13,7 @@ import com.avaje.ebean.annotation.CacheStrategy;
import com.avaje.ebean.annotation.CreatedTimestamp;
@Entity
@CacheStrategy(useBeanCache=true,naturalKey="email")
@CacheStrategy(naturalKey="email")
public class Contact {
private static final long serialVersionUID = 1L;