#1691 - Refactor io.ebean.Model to use a named database - support for use with non-default named database

This commit is contained in:
rob bygrave
2019-04-30 23:42:59 +12:00
parent 7e6d059ef1
commit 9fdb375229
3 changed files with 36 additions and 49 deletions
@@ -25,6 +25,7 @@ public abstract class BaseModel extends Model {
protected DateTime lastUpdate;
protected BaseModel() {
super(null);
}
public Long getId() {