#1788 - ENH: Add support for NuoDB database platform

This commit is contained in:
rob bygrave
2019-08-11 16:24:37 +12:00
parent fea840c859
commit c640524bfc
50 changed files with 371 additions and 54 deletions
@@ -1,6 +1,7 @@
package org.tests.model.elementcollection;
import io.ebean.BaseTestCase;
import io.ebean.DB;
import io.ebean.Ebean;
import org.ebeantest.LoggedSqlCollector;
import org.junit.Test;
@@ -13,6 +14,7 @@ public class TestElementCollectionEmbeddedMapCache extends BaseTestCase {
@Test
public void test() {
DB.truncate(EcbmPerson.class);
EcbmPerson person = new EcbmPerson("Cache1");
person.getPhoneNumbers().put("home", new EcPhone("64", "021", "1234"));