#670 - Remove @EntityConcurrencyMode ... this is now rather redundant since 4.x changes

This commit is contained in:
Robin Bygrave
2016-04-28 20:26:17 +12:00
parent 41aace9dc4
commit f0fab77ff7
11 changed files with 18 additions and 44 deletions
@@ -2,7 +2,6 @@ package com.avaje.ebeaninternal.api;
import java.sql.SQLException;
import com.avaje.ebean.annotation.ConcurrencyMode;
import com.avaje.ebean.bean.EntityBean;
import com.avaje.ebeaninternal.server.persist.dml.DmlHandler;
import com.avaje.ebeaninternal.server.persist.dmlbind.Bindable;