#319 - Beans loaded without an @Id value ... return in NEW state rather than LOADED state (also refer to #317)

This commit is contained in:
rbygrave
2015-07-09 22:18:03 +12:00
parent b4008da70c
commit 0f7c9da5d2
2 changed files with 2 additions and 2 deletions
@@ -104,7 +104,7 @@ public class TestRawSqlMasterDetail extends BaseTestCase {
EBasic basic1 = list.get(0);
basic1.setDescription("insertAfterRawFetch");
Ebean.insert(basic1);
Ebean.save(basic1);
}
@Test