#1522 - Refactor - Change io.ebean.Model to not be a annotated with @MappedSuperclass

This commit is contained in:
rob bygrave
2018-10-30 13:38:57 +13:00
parent 23d2c64046
commit d920d8eb76
-1
View File
@@ -74,7 +74,6 @@ import javax.persistence.MappedSuperclass;
*
* }</pre>
*/
@MappedSuperclass
public abstract class Model {
/**