#1624 - ENH: Create io.ebean.DB as alias for Ebean and io.ebean.Database as alias for EbeanServer

This commit is contained in:
rob bygrave
2019-02-01 22:53:41 +13:00
parent 31d7c6fed8
commit f3cb7e2cfd
11 changed files with 2956 additions and 1652 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ public final class Ebean {
private static final Logger logger = LoggerFactory.getLogger(Ebean.class);
static {
EbeanVersion.getVersion(); // initalizes the version class and logs the version.
EbeanVersion.getVersion(); // initialises the version class and logs the version.
}
/**