#671 - ENH: Add support for @View and extra-ddl.xml to nicely support entity beans based on views

This commit is contained in:
Robin Bygrave
2016-04-28 20:19:05 +12:00
parent 69c2810fbe
commit 81531b6cda
48 changed files with 1187 additions and 255 deletions
@@ -306,6 +306,8 @@ public class TestReadAudit extends BaseTestCase {
private SpiEbeanServer getServer() {
System.setProperty("ebean.ignoreExtraDdl", "true");
ServerConfig config = new ServerConfig();
config.setName("h2other");
config.loadFromProperties();